The WeShipItNow Shipping API is an advanced platform specifically designed to enhance the shipping and logistics capabilities of e-commerce businesses and logistics providers. This API offers a comprehensive suite of features aimed at automating and optimizing shipping processes, thereby improving efficiency and customer satisfaction.
Authorization required | string Default: Bearer <Your-Token> Example: Bearer <Your-Token> Authorization header with a valid access token (e.g., 'Bearer |
request
object (Address) | |
marketplaceOrderId | string Provide marketplace order Id if possible, length < 255 |
packingSlip | boolean Choose if you want packing slip along with the label, boolean default yes, not required |
required | Array of objects (Parcel) A list of parcels to be shipped, scale unit: INCH. We only take one parcel for each AMAZON_GROUND shipment now. |
serviceType | string Service Type. Specify a service type. Default AMAZON_GROUND if not specified. Example: Enum: "usps_first_class_mail" "usps_ground_advantage" "usps_priority_mail" "usps_priority_mail_express" "usps_parcel_select" "usps_media_mail" "usps_first_class_mail_international" "usps_priority_mail_international" "usps_priority_mail_express_international" "usps_pay_on_use_return" "ups_next_day_air_early" "ups_next_day_air" "ups_next_day_air_saver" "ups_2nd_day_air_am" "ups_2nd_day_air" "ups_3_day_select" "ups_ground" "ups_standard" "ups_ground_am" "ups_ground_pm" "fedex_first_overnight" "fedex_priority_overnight" "fedex_standard_overnight" "fedex_2day_am" "fedex_2day" "fedex_express_saver" "fedex_ground" "fedex_home_delivery" "fedex_ground_home_delivery_pm" "fedex_ground_am" "fedex_ground_an" "fedex_ground_pm" "amazon_ground" |
object (SpecialServiceOption) | |
required | object (Address) |
userId required | string Your API token |
{- "fromAddress": {
- "city": "string",
- "contactName": "string",
- "country": "string",
- "fromAddressCode": "string",
- "phone": "string",
- "residential": true,
- "state": "string",
- "street1": "string",
- "street2": "string",
- "zipcode": "string"
}, - "marketplaceOrderId": "string",
- "packingSlip": true,
- "parcelList": [
- {
- "parcelQuantity": 0,
- "parcelsHeight": "string",
- "parcelsLength": "string",
- "parcelsReference": "string",
- "parcelsWeight": "string",
- "parcelsWidth": "string"
}
], - "serviceType": "string",
- "specialServiceOption": {
- "declaredValue": "string",
- "deliveryConfirmation": "string"
}, - "toAddress": {
- "city": "string",
- "contactName": "string",
- "country": "string",
- "fromAddressCode": "string",
- "phone": "string",
- "residential": true,
- "state": "string",
- "street1": "string",
- "street2": "string",
- "zipcode": "string"
}, - "userId": "string"
}
Authorization required | string Default: Bearer <Your-Token> Example: Bearer <Your-Token> Authorization header with a valid access token (e.g., 'Bearer |
request
required | object (Address) |
{- "address": {
- "city": "string",
- "contactName": "string",
- "country": "string",
- "fromAddressCode": "string",
- "phone": "string",
- "residential": true,
- "state": "string",
- "street1": "string",
- "street2": "string",
- "zipcode": "string"
}
}
Authorization required | string Authorization |
report
affectedUsers | integer <int32> Number of affected users |
assignedTo | string Team member assigned to the report |
attachments | string <byte> Screenshots or attachments that provide visual evidence of the problem |
clientInfo | string Information about the user's browser or client |
deviceInfo | string Information about the user's device |
environment required | string The user's operating system or environment |
environmentVariables | string Environment variables or configuration settings |
feature | string Relevance to a specific feature or area of the application |
location | string URL or location where the error occurred |
logs | string Logs or error messages generated by the application |
networkConnection | string Network connection type (e.g., Wi-Fi, cellular) |
reportType required | string The type of the report (e.g., bug report, feedback, feature request) |
reproducibility | string Reproducibility of the issue and frequency |
resolution | string Resolution or workaround for the issue |
severity required | string The severity or priority level of the issue (e.g., low, medium, high, critical) |
status | string Status of the report (e.g., open, in progress, resolved) |
stepsToReproduce required | string Detailed steps to reproduce the issue |
timestamp | string Timestamp of when the report was created |
title required | string A brief title or subject line summarizing the issue |
userFeedback | string General user feedback or suggestions |
userId | string User ID associated with the report |
{- "affectedUsers": 0,
- "assignedTo": "string",
- "attachments": "string",
- "clientInfo": "string",
- "deviceInfo": "string",
- "environment": "string",
- "environmentVariables": "string",
- "feature": "string",
- "location": "string",
- "logs": "string",
- "networkConnection": "string",
- "reportType": "string",
- "reproducibility": "string",
- "resolution": "string",
- "severity": "string",
- "status": "string",
- "stepsToReproduce": "string",
- "timestamp": "string",
- "title": "string",
- "userFeedback": "string",
- "userId": "string"
}
Authorization required | string Default: Bearer <Your-Token> Example: Bearer <Your-Token> Authorization header with a valid access token (e.g., 'Bearer |
scanFormRequest
ignoreUnidentifiedTracking | boolean Specify whether to bypass tracking number check, default false |
imageType | string Specify a image type. Default PDF if not specified. Example: Enum: "PDF" "TIFF" "JPG" "SVG" "NONE" |
labelType | string Specify a label type. Default 8.5x11LABEL if not specified. Example: Enum: "8.5x11LABEL" |
trackingNumbers required | Array of strings A list of tracking number that need to be generated. Max size 500. |
{- "ignoreUnidentifiedTracking": true,
- "imageType": "string",
- "labelType": "string",
- "trackingNumbers": [
- "string"
]
}
Authorization required | string Default: Bearer <Your-Token> Example: Bearer <Your-Token> Authorization header with a valid access token (e.g., 'Bearer |
request
object (Address) | |
required | Array of objects (Parcel) A list of parcels to be shipped, scale unit: INCH. We only take one parcel for each AMAZON_GROUND shipment now. |
serviceType | string Service Type. Specify a service type. Default AMAZON_GROUND if not specified. Example: Enum: "usps_first_class_mail" "usps_ground_advantage" "usps_priority_mail" "usps_priority_mail_express" "usps_parcel_select" "usps_media_mail" "usps_first_class_mail_international" "usps_priority_mail_international" "usps_priority_mail_express_international" "usps_pay_on_use_return" "ups" "ups_2nd_day_air" "ups_ground" "ups_3_day_select" "ups_next_day_air_saver" "ups_2nd_day_air_am" "ups_heavy_goods" "fedex" "fedex_ground" "fedex_first_overnight" "fedex_home_delivery" "fedex_ground_economy" "fedex_priority_overnight" "fedex_standard_overnight" "fedex_2day" "fedex_2day_am" "fedex_express_saver" "fedex_sameday" "fedex_sameday_city" "amazon_ground" |
object (SpecialServiceOption) | |
required | object (Address) |
userId required | string Your API token |
{- "fromAddress": {
- "city": "string",
- "contactName": "string",
- "country": "string",
- "fromAddressCode": "string",
- "phone": "string",
- "residential": true,
- "state": "string",
- "street1": "string",
- "street2": "string",
- "zipcode": "string"
}, - "parcelList": [
- {
- "parcelQuantity": 0,
- "parcelsHeight": "string",
- "parcelsLength": "string",
- "parcelsReference": "string",
- "parcelsWeight": "string",
- "parcelsWidth": "string"
}
], - "serviceType": "string",
- "specialServiceOption": {
- "declaredValue": "string",
- "deliveryConfirmation": "string"
}, - "toAddress": {
- "city": "string",
- "contactName": "string",
- "country": "string",
- "fromAddressCode": "string",
- "phone": "string",
- "residential": true,
- "state": "string",
- "street1": "string",
- "street2": "string",
- "zipcode": "string"
}, - "userId": "string"
}
Authorization required | string Default: Bearer <Your-Token> Example: Bearer <Your-Token> Authorization header with a valid access token (e.g., 'Bearer |
request
object (Address) | |
marketplaceOrderId | string Provide marketplace order Id if possible, length < 255 |
packingSlip | boolean Choose if you want packing slip along with the label, boolean default yes, not required |
required | Array of objects (Parcel) A list of parcels to be shipped, scale unit: INCH. We only take one parcel for each AMAZON_GROUND shipment now. |
serviceType | string Service Type. Specify a service type. Default AMAZON_GROUND if not specified. Example: Enum: "usps_first_class_mail" "usps_ground_advantage" "usps_priority_mail" "usps_priority_mail_express" "usps_parcel_select" "usps_media_mail" "usps_first_class_mail_international" "usps_priority_mail_international" "usps_priority_mail_express_international" "usps_pay_on_use_return" "ups_next_day_air_early" "ups_next_day_air" "ups_next_day_air_saver" "ups_2nd_day_air_am" "ups_2nd_day_air" "ups_3_day_select" "ups_ground" "ups_standard" "ups_ground_am" "ups_ground_pm" "fedex_first_overnight" "fedex_priority_overnight" "fedex_standard_overnight" "fedex_2day_am" "fedex_2day" "fedex_express_saver" "fedex_ground" "fedex_home_delivery" "fedex_ground_home_delivery_pm" "fedex_ground_am" "fedex_ground_an" "fedex_ground_pm" "amazon_ground" |
object (SpecialServiceOption) | |
required | object (Address) |
userId required | string Your API token |
{- "fromAddress": {
- "city": "string",
- "contactName": "string",
- "country": "string",
- "fromAddressCode": "string",
- "phone": "string",
- "residential": true,
- "state": "string",
- "street1": "string",
- "street2": "string",
- "zipcode": "string"
}, - "marketplaceOrderId": "string",
- "packingSlip": true,
- "parcelList": [
- {
- "parcelQuantity": 0,
- "parcelsHeight": "string",
- "parcelsLength": "string",
- "parcelsReference": "string",
- "parcelsWeight": "string",
- "parcelsWidth": "string"
}
], - "serviceType": "string",
- "specialServiceOption": {
- "declaredValue": "string",
- "deliveryConfirmation": "string"
}, - "toAddress": {
- "city": "string",
- "contactName": "string",
- "country": "string",
- "fromAddressCode": "string",
- "phone": "string",
- "residential": true,
- "state": "string",
- "street1": "string",
- "street2": "string",
- "zipcode": "string"
}, - "userId": "string"
}