You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$wMTESTMODE = false; // bool | For sellers/clients who are in the process of on boarding or already on boarded to IMD platforms, this feature allows them to test the API integration to SWW international label generation API. Sellers get a response which maps their request attributes with some additional static information like tracking and label. The label returned is corresponding to the carrier configured for each seller, in case if the configuration is still in progress a sample Fedex Express label is returned.
|**wMTESTMODE**|**bool**| For sellers/clients who are in the process of on boarding or already on boarded to IMD platforms, this feature allows them to test the API integration to SWW international label generation API. Sellers get a response which maps their request attributes with some additional static information like tracking and label. The label returned is corresponding to the carrier configured for each seller, in case if the configuration is still in progress a sample Fedex Express label is returned. |[optional][default to false]|
129
125
@@ -150,7 +146,7 @@ See the [Authorization](../../../../README.md#authorization) section of the READ
$carrierShortName = 'carrierShortName_example'; // string | carrierShortName received from getCarrier API or pass 'ALL' to fetch all supported package types of different carriers
|**carrierShortName**|**string**| carrierShortName received from getCarrier API or pass 'ALL' to fetch all supported package types of different carriers ||
$contentType = application/x-www-form-urlencoded; // string | Content type of the request body.
98
94
$grantType = 'client_credentials'; // string | Type of grant requested. <br /> **Available grant types:** authorization_code, refresh_token and client_credentials
99
95
$code = '65CA5DA313A549D49D15D3119D9AD85D'; // string | Authorization code obtained by your client app when the seller authorizes your app to access the seller resource. <br /> This field is required when **grant_type: authorization_code**
100
96
$redirectUri = 'https://example-client-app.com'; // string | This should be same as one of your client app URIs provided while registering the app. <br /> This field is required when **grant_type: authorization_code**
101
97
$refreshToken = 'APXcIoTpKMH9OQN.....'; // string | Refresh token received as response of Authentication API with authorization_code grant type, to be used to refresh the access token. <br /> This field is required when **grant_type: refresh_token**
|**contentType**|**string**| Content type of the request body. ||
115
110
|**grantType**|**string**| Type of grant requested. <br /> **Available grant types:** authorization_code, refresh_token and client_credentials |[default to 'client_credentials']|
116
111
|**code**|**string**| Authorization code obtained by your client app when the seller authorizes your app to access the seller resource. <br /> This field is required when **grant_type: authorization_code**|[optional][default to '65CA5DA313A549D49D15D3119D9AD85D']|
117
112
|**redirectUri**|**string**| This should be same as one of your client app URIs provided while registering the app. <br /> This field is required when **grant_type: authorization_code**|[optional][default to 'https://example-client-app.com']|
0 commit comments