TikTok Shop Onboarding
This guide explains how to onboard and configure TikTok Shop with ShipWise, covering account setup, required permissions, order handling, shipping rules, and API configuration.
Onboarding Overview
Requirements
- Account login details for TikTok Shop account(s).
- A TikTok account will need to be configured in ShipWise for each individual shop for a given TikTok Shop account.
Workflow
- Navigate to the ShipWise app in the TikTok Shop App Store.
- Click install.

- Approve ShipWise for all requested permissions and select the shop being onboarded.
-1.png?width=590&height=711&name=SampleShop123%20(1)-1.png)
- The user will then be redirected to ShipWise. If the user is not already logged in they will be prompted to login.

- At the next screen, the user will select the onboarding type, the shop from the drop down menu, and then the Confirm button to complete the onboarding process.
-1.png?width=590&height=449&name=SampleShop123%20(2)-1.png)
- The user will then hit save and the TikTok Carrier or TikTok Carrier and Integration will be onboarded.
TikTok Shipping vs Seller Shipping
-
Your TikTok Shop account can be configured for either TikTok Shipping or Seller
Shipping. -
TikTok Shipping orders will be processed in ShipWise with the TikTok carrier.
-
Seller Shipping orders will be processed with standard carriers.
Order Integration Details
Direct Integrations with TikTok
-
For direct integrations to TikTok, both TikTok Shipping orders and Seller Shipping orders are supported.
-
ShipWise will have all of the necessary details for shipping and for determining if an order is a TikTok Shipping order or a Seller Shipping order.
For other Integrations and WMS/ERP systems please contact ShipWise Support to review the necessary updates required for supporting TikTok orders.
Shipping Details
Order Requirements
-
TikTok Shipping orders can only be processed with the TikTok carrier.
-
Seller Shipping orders must be processed with other carriers.
-
You will need to onboard each of your TikTok shops as a separate carrier account for fulfilling TikTok Shipping orders.
-
The “marketSecondaryKey” field should be set to “TikTokLogisticsUS” for TikTok Shipping orders (see ‘ShipWise API’ section below).
-
The “marketSecondaryKey” should NOT be set to “TikTokLogisticsUS” for Seller Shipping orders (see ‘ShipWise API’ section below).
-
The TikTok Order ID is required for shipping.
-
There is a TikTok carrier account level setting called Package Shipping Type.
-
If Package Shipping Type is set to Partial products in one parent order are shipped in multiple packages with multiple tracking numbers, then the TikTok Item IDs are required for TikTok Shipping.
-
If Package Shipping Type is set to All the products in one order are shipped in one package with one tracking number, then the TikTok Item IDs are not required for TikTok Shipping.
-
- For direct TikTok integrations setting the TikTok Order ID, TikTok Item ID, and setting the “marketSecondaryKey” appropriately for TikTok Shipping or Seller Shipping is handled automatically.
The ShipWise Service Code and Class for TikTok Shipping is - TT01 - TikTok Standard
Required package attributes
- Package weight
- Must be a positive value for package weight.
- Package dimensions
- Must pass positive values for length, width, and height.
ShipWise API
Note: the following details are required only for TikTok Shipping.
- POST /api/v1/Order/Create
- The "marketSecondaryKey" field should be set to "TikTokLogisticsUS"
- The TikTok Order ID must be passed in the "marketOrderId" field.
- The TikTok Item ID must be passed in the "uniqueId" field.
- Test Endpoint: POST https://testapi.shipwise.com/api/v1/Order/Create
{
"orders": [
{
"marketOrderId": "577288850714628162",
"shipMethod": "TT01",
"profileId": 7006630,
"marketPrimaryKey": "Dept",
"marketSecondaryKey": "TikTokLogisticsUS",
"shipAddress": {
"company": "Claw City Tigard",
"address1": "11945 SW Pacific Hwy",
"address2": "#206",
"address3": "",
"city": "Portland",
"postalCode": "97223",
"state": "OR",
"countryCode": "US",
"countryName": "United States",
"phone": "5033314000",
"email": "test@test.com"
},
"marketPublicNotes": "",
"marketPrivateNotes": "",
"orderSpecialInstructions": "",
"sellerOrderNumber": "CustomId",
"secondaryOrderNumber": "referenceId",
"weight": 1,
"width": 2,
"length": 2,
"height": 3,
"items": [
{
"quantityOrdered": 1,
"weight": 0.8,
"marketSKU": "2602TikTokTstSku",
"uniqueId": "577288850714955842",
"marketTitle": "atotc",
"unitPrice": 1,
"harmonizedCode": "4901.04"
}
]
}
]
}
{
"wasSuccessful": true,
"responseMsg": null,
"orderClientId": 300195,
"orderResult": [
{
"wasNewInsert": true,
"wasUpdate": false,
"wasSuccess": true,
"marketOrderId": "577288850714628162",
"message": null,
"clientUniqueSequence": 105405
}
]
}
- POST /api/v1/Rate
- The "marketSecondaryKey" field should be set to "TikTokLogisticsUS"
- The TikTok Order ID must be passed in the “orderNumber” field.
- The TikTok Item ID must be passed in the “marketOrderItemKey” field.
-
- Test Endpoint: POST https://testapi.shipwise.com/api/v1/Rate
{
"ratingOptionId": "TT01",
"addressVerification": true,
"avsType": 0,
"profileId": 7006630,
"marketPrimaryKey": "",
"marketSecondaryKey": "TikTokLogisticsUS",
"orderNumber": "577288850714628162",
"to": {
"name": null,
"company": "Claw City Tigard",
"address1": "11945 SW PACIFIC HWY, STE 206",
"address2": null,
"address3": null,
"city": "PORTLAND",
"postalCode": "97223-6462",
"state": "OR",
"countryCode": "US",
"countryName": "United States",
"phone": "5033314000",
"email": "test@test.com"
},
"packages": [
{
"totalWeight": 1,
"value": 1,
"packaging": {
"length": 2,
"width": 2,
"height": 3,
"weight": 0.2,
"cost": 0.1
},
"items": [
{
"marketSku": "2602TikTokTstSku",
"marketTitle": "atotc",
"marketOrderItemKey": "577288850714955842",
"orderedQty": 1,
"unitPrice": 0.9,
"weight": 0.8,
"originCountry": "US",
"harmCode": "4901.04",
"customsDescription": "Books",
"customsDeclaredValue": 1,
"length": 1,
"width": 1,
"height": 2
}
]
}
]
}
{
"wasSuccessful": true,
"responseMsg": "",
"shipmentItems": [
{
"packageId": null,
"label": "Package 1",
"weight": 1.0,
"contentWeight": 0.0,
"currencyCodeIso": "USD",
"value": 1.0,
"insuredValue": 1.0,
"selectedRate": {
"recId": 407,
"carrierService": "USPS Ground Advantage™.",
"baseCharge": 5.49,
"value": 5.49,
"ratedValue": 5.49,
"displayRateType": 1,
"secondaryRateType": null,
"tertiaryRateType": null,
"carrierCode": "TT01",
"intCode": "TT01",
"carrier": "USPS",
"class": "TikTok Standard",
"transitTime": {
"businessDaysInTransit": 3,
"businessDays": "3 days",
"estimatedDeliveryDays": 3,
"estimatedDelivery": "3 days",
"estimatedDeliveryDate": "2026-02-20T21:27:41.4659488+00:00",
"aiPoweredEstimatedDeliveryDays": null,
"aiPoweredEstimatedDelivery": null,
"aiPoweredEstimatedDeliveryDate": null,
"aiPoweredEstimatedDeliveryDateDistribution": {},
"carrierActiveDays": []
},
"estimatedDeliveryDays": 3,
"estimatedDelivery": "3 days",
"estimatedDeliveryDate": "2026-02-20T21:27:41.4659488+00:00",
"usedByAccountNumber": "JT-TEST-ACCOUNT",
"usedByAccountType": 72,
"displayAccountType": 72,
"sampleMode": false,
"specialServiceFilterList": null,
"flagsRequirementsList": null,
"flagsRestrictionsList": null,
"defaultBoxId": null,
"effectiveBoxId": null,
"boxClassFilter": "C",
"isActive": true,
"forceRequireCustoms": false,
"uI_Visible": true,
"requiresPickupTimeRange": false,
"pickupTimeRange": null,
"endiciaServiceLevel": null,
"pitneyServiceLevel": null,
"boxIdFilter": null,
"weightRangeMinOz": 0.0,
"weightRangeMaxOz": 1120.0,
"zone": null,
"dbIsDOM": true,
"dbIsINTL": false,
"insuranceType": 0,
"insuranceReferenceId": null,
"specialServicesForRate": [],
"resolvedBox": {
"recID": 0,
"clientId": 300195,
"boxId": null,
"length": 2.0,
"width": 2.0,
"height": 3.0,
"weight": 0.2,
"description": null,
"mailPieceValue": null,
"isSystemBox": false,
"dryIceWeightWhenRequired": 0.0,
"pitneyBowesMailPieceValue": null,
"cost": 0.0
},
"resolvedWeight": 1.0,
"resolvedBilledWeight": 1.0,
"weightCalculation": "",
"mailerId": "",
"pickupId": "",
"permitNo": "",
"sortIn": "",
"sortOut": "",
"sortE1": "",
"sortE2": "",
"sortE3": "",
"sortE4": "",
"sortE5": "",
"sortE6": "",
"sortE7": "",
"rrdProductId": null,
"productId": "7479228498561730350",
"mailType": "",
"sortProductId": "",
"sortMailType": "",
"sortFacilityId": null,
"currencyType": "USD",
"rateCurrencyType": "USD",
"itemizedCharges": [],
"dimWeightUsed": false,
"dimWeight": null,
"dimFactor": null,
"dimWeightUnitOfM": null,
"secondaryAccountNumber": null,
"serviceUIDisplaySuffix": "",
"isAmazonRate": false,
"serviceOfferingId": null,
"postalAncillaryData": null,
"primaryDocuments": null,
"optionalDocuments": null,
"shipmentInfo": null,
"rateFailMsg": null,
"rateWarningMsgs": null,
"cubicRatio": null,
"carrierMappingFields": null,
"supportedLabelTypes": null,
"labelVersion": null,
"returnServiceEnabled": false,
"shipType": null,
"vatTaxGroup": null,
"vatTaxType": null,
"vatIssuerCountry": null,
"vatNumber": null,
"carrierExecutionTimeMS": null,
"carrierExecutionStartTime": null,
"carrierExecutionEndTime": null,
"serviceExecutionTimeMS": null,
"serviceExecutionStartTime": null,
"serviceExecutionEndTime": null,
"billToAccountType": null,
"billToAccountNumber": null,
"billToAccountName": null,
"billToAddress": null,
"thirdPartyBillingEnabled": false,
"requiresThirdPartyBilling": false,
"transportationChargeType": 0,
"dutiesTaxesChargeType": 0,
"selectedThirdpartyBillingAccount": null,
"selectedDutiesTaxesBillingAccount": null,
"availableThirdpartyBillingAccounts": null,
"rateProviderLogId": null,
"resolvedDangerousGoods": null,
"validationDetail": null
},
"resolvedShipmentId": null,
"resolvedTrackingNumber": null,
"resolvedShipmentTrackingNumber": null,
"resolvedSequenceNumber": null,
"resolvedLabels": null,
"items": [
{
"recId": -1,
"id": -1,
"orderRootId": -1,
"orderID": -1,
"marketProductKey": "",
"marketListingKey": "",
"marketOrderItemKey": "577288850714955842",
"marketOrderItemId": "",
"marketSku": "2602TikTokTstSku",
"marketTitle": "atotc",
"orderedQty": 1,
"shippedQty": -1,
"unitPrice": 0.9,
"unitCustoms": 0.0,
"unitTaxPrice": 0.0,
"unitShippingPrice": 0.0,
"unitShippingTaxPrice": 0.0,
"giftPrice": 0.0,
"giftMsg": "",
"giftNotes": "",
"weight": 0.8,
"cost": 0.0,
"originCountry": "US",
"harmCode": "4901.04",
"cancelQty": 0,
"packSeparately": false,
"customsDescription": "Books",
"customsDeclaredValue": 1.0,
"upc": "",
"dangerousGoodsCode": "",
"requiresDryIce": false,
"isMedia": false,
"isLetter": false,
"isOversize": false,
"isBPM": false,
"isPerishable": false,
"maxTransitDaysAllowed": null,
"length": 1.0,
"width": 1.0,
"height": 2.0,
"productSku": "",
"primaryImageURL": null,
"isDropship": false,
"dropshipQuantity": 0,
"productIsDropship": false,
"whLocation": null,
"brand": "",
"vendor": "",
"manufacturer": "",
"asin": "",
"unitOfMeasure": "EACH",
"itemChannelKitId": null,
"isDisassembledProduct": false,
"additionalInformation": null,
"itemSecondaryDescription": null,
"customValue1": null,
"itemCustomValue1": null,
"itemCustomValue2": null,
"itemCustomValue3": null,
"references": null,
"splitCancelVisible": true,
"dangerousGood": null
}
],
"dateAdvance": 0,
"flagsList": "|",
"resolvedORMDCode": null,
"customs": null,
"reference1": 0,
"customReference1": null,
"reference2": 0,
"customReference2": null,
"reference3": 0,
"customReference3": null,
"additionalReferences": null,
"manualShipmentMarketReference": null,
"immediateLabelRequests": null,
"isCarrierAPI": false,
"usePBApi": false,
"useEndicia": false,
"packageSpecificErrorMsg": null,
"readyBy": null,
"rates": [
{
"recId": 407,
"carrierService": "USPS Ground Advantage™.",
"baseCharge": 5.49,
"value": 5.49,
"ratedValue": 5.49,
"displayRateType": 1,
"secondaryRateType": null,
"tertiaryRateType": null,
"carrierCode": "TT01",
"intCode": "TT01",
"carrier": "USPS",
"class": "TikTok Standard",
"transitTime": {
"businessDaysInTransit": 3,
"businessDays": "3 days",
"estimatedDeliveryDays": 3,
"estimatedDelivery": "3 days",
"estimatedDeliveryDate": "2026-02-20T21:27:41.4659488+00:00",
"aiPoweredEstimatedDeliveryDays": null,
"aiPoweredEstimatedDelivery": null,
"aiPoweredEstimatedDeliveryDate": null,
"aiPoweredEstimatedDeliveryDateDistribution": {},
"carrierActiveDays": []
},
"estimatedDeliveryDays": 3,
"estimatedDelivery": "3 days",
"estimatedDeliveryDate": "2026-02-20T21:27:41.4659488+00:00",
"usedByAccountNumber": "JT-TEST-ACCOUNT",
"usedByAccountType": 72,
"displayAccountType": 72,
"sampleMode": false,
"specialServiceFilterList": null,
"flagsRequirementsList": null,
"flagsRestrictionsList": null,
"defaultBoxId": null,
"effectiveBoxId": null,
"boxClassFilter": "C",
"isActive": true,
"forceRequireCustoms": false,
"uI_Visible": true,
"requiresPickupTimeRange": false,
"pickupTimeRange": null,
"endiciaServiceLevel": null,
"pitneyServiceLevel": null,
"boxIdFilter": null,
"weightRangeMinOz": 0.0,
"weightRangeMaxOz": 1120.0,
"zone": null,
"dbIsDOM": true,
"dbIsINTL": false,
"insuranceType": 0,
"insuranceReferenceId": null,
"specialServicesForRate": [],
"resolvedBox": {
"recID": 0,
"clientId": 300195,
"boxId": null,
"length": 2.0,
"width": 2.0,
"height": 3.0,
"weight": 0.2,
"description": null,
"mailPieceValue": null,
"isSystemBox": false,
"dryIceWeightWhenRequired": 0.0,
"pitneyBowesMailPieceValue": null,
"cost": 0.0
},
"resolvedWeight": 1.0,
"resolvedBilledWeight": 1.0,
"weightCalculation": "",
"mailerId": "",
"pickupId": "",
"permitNo": "",
"sortIn": "",
"sortOut": "",
"sortE1": "",
"sortE2": "",
"sortE3": "",
"sortE4": "",
"sortE5": "",
"sortE6": "",
"sortE7": "",
"rrdProductId": null,
"productId": "7479228498561730350",
"mailType": "",
"sortProductId": "",
"sortMailType": "",
"sortFacilityId": null,
"currencyType": "USD",
"rateCurrencyType": "USD",
"itemizedCharges": [],
"dimWeightUsed": false,
"dimWeight": null,
"dimFactor": null,
"dimWeightUnitOfM": null,
"secondaryAccountNumber": null,
"serviceUIDisplaySuffix": "",
"isAmazonRate": false,
"serviceOfferingId": null,
"postalAncillaryData": null,
"primaryDocuments": null,
"optionalDocuments": null,
"shipmentInfo": null,
"rateFailMsg": null,
"rateWarningMsgs": null,
"cubicRatio": null,
"carrierMappingFields": null,
"supportedLabelTypes": null,
"labelVersion": null,
"returnServiceEnabled": false,
"shipType": null,
"vatTaxGroup": null,
"vatTaxType": null,
"vatIssuerCountry": null,
"vatNumber": null,
"carrierExecutionTimeMS": null,
"carrierExecutionStartTime": null,
"carrierExecutionEndTime": null,
"serviceExecutionTimeMS": null,
"serviceExecutionStartTime": null,
"serviceExecutionEndTime": null,
"billToAccountType": null,
"billToAccountNumber": null,
"billToAccountName": null,
"billToAddress": null,
"thirdPartyBillingEnabled": false,
"requiresThirdPartyBilling": false,
"transportationChargeType": 0,
"dutiesTaxesChargeType": 0,
"selectedThirdpartyBillingAccount": null,
"selectedDutiesTaxesBillingAccount": null,
"availableThirdpartyBillingAccounts": null,
"rateProviderLogId": null,
"resolvedDangerousGoods": null,
"validationDetail": null
}
],
"failedRates": [],
"packageSpecs": {
"recID": 0,
"clientId": 300195,
"boxId": null,
"length": 2.0,
"width": 2.0,
"height": 3.0,
"weight": 0.2,
"description": null,
"mailPieceValue": null,
"isSystemBox": false,
"dryIceWeightWhenRequired": 0.0,
"pitneyBowesMailPieceValue": null,
"cost": 0.0
},
"rateType": 0,
"maximumTransitDaysAllowed": null,
"containsPerishableGoods": false,
"returnService": null,
"isCarrierReturnLabel": false,
"shipExternalPassthru": null,
"weightType": 0,
"overrideStatusToClosed": false,
"freightClass": null,
"firstScan": null,
"lastScan": null
}
],
"rateErrors": [],
"externalServices": [],
"shippingAddressAVSInformation": null,
"fullAVSResult": {
"successful": true,
"originalAddress": {
"name": null,
"company": "Claw City Tigard",
"address1": "11945 SW PACIFIC HWY, STE 206",
"address2": null,
"address3": null,
"city": "PORTLAND",
"postalCode": "97223-6462",
"state": "OR",
"countryCode": "US",
"countryName": "United States",
"phone": "5033314000",
"email": "test@test.com",
"avsInfo": null
},
"correctedAddress": {
"name": "",
"company": "Claw City Tigard",
"address1": "11945 SW Pacific Hwy, Ste 206",
"address2": "",
"address3": "",
"city": "Portland",
"postalCode": "97223-6462",
"state": "OR",
"countryCode": "US",
"countryName": "United States",
"phone": "5033314000",
"email": "test@test.com",
"avsInfo": {
"validationState": 1,
"isResidential": false,
"uspsCarrierRoute": "C014"
}
},
"avsResponseInformation": {
"avsServiceUsed": "PubApi",
"avsShortResult": "valid",
"avsErrorMessage": null,
"avsFailMessage": null,
"avsCarrierRt": "C014",
"avsUPSRuralFlag": "",
"avsResidentialIndicatorFlag": "B",
"avsPRUrbanization": "",
"avsRecordType": "VALIDATED_AND_NOT_CHANGED"
},
"avsProviderInformation": "dvccPBU_PA"
},
"resolvedRateId": "TT01"
}
- POST /api/v1/Ship/RateAndShip
- The "marketSecondaryKey" field should be set to “TikTokLogisticsUS ”
- The TikTok Order ID must be passed in the “orderNumber” field.
- The TikTok Item ID must be passed in the “marketOrderItemKey” field.
- Test Endpoint: POST https://testapi.shipwise.com/api/v1/Ship/RateAndShip
{
"profileId": 7006630,
"shipMethod": "TT01",
"marketPrimaryKey": "",
"marketSecondaryKey": "TikTokLogisticsUS",
"orderNumber": "577288966877712450",
"to": {
"name": null,
"company": "Claw City Tigard",
"address1": "11945 SW PACIFIC HWY, STE 206",
"address2": null,
"address3": null,
"city": "PORTLAND",
"postalCode": "97223-6462",
"state": "OR",
"countryCode": "US",
"countryName": "United States",
"phone": "5033314000",
"email": "test@test.com"
},
"packages": [
{
"totalWeight": 1,
"value": 1,
"packaging": {
"length": 2,
"width": 2,
"height": 3,
"weight": 0.2,
"cost": 0.1
},
"packageId": "2602TikTokTstPkgId3",
"items": [
{
"sku": "2602TikTokTstSku",
"title": "atotc",
"marketOrderItemKey": "577288966877843522",
"quantityOrdered": 1,
"unitPrice": 0.9,
"height": 1,
"length": 1,
"width": 2,
"weight": 0.8
}
],
"reference1": "",
"reference2": "",
"reference3": ""
}
],
"testMode": false,
"preferredLabelFormat": "PNG"
}
{
"wasSuccessful": true,
"avsResponse": {
"successful": true,
"originalAddress": {
"name": null,
"company": "Claw City Tigard",
"address1": "11945 SW PACIFIC HWY, STE 206",
"address2": null,
"address3": null,
"city": "PORTLAND",
"postalCode": "97223-6462",
"state": "OR",
"countryCode": "US",
"countryName": "United States",
"phone": "5033314000",
"email": "test@test.com",
"avsInfo": null
},
"correctedAddress": {
"name": "",
"company": "Claw City Tigard",
"address1": "11945 SW Pacific Hwy, Ste 206",
"address2": "",
"address3": "",
"city": "Portland",
"postalCode": "97223-6462",
"state": "OR",
"countryCode": "US",
"countryName": "United States",
"phone": "5033314000",
"email": "test@test.com",
"avsInfo": {
"validationState": 1,
"isResidential": false,
"uspsCarrierRoute": "C014"
}
},
"avsResponseInformation": {
"avsServiceUsed": "PubApi",
"avsShortResult": "valid",
"avsErrorMessage": null,
"avsFailMessage": null,
"avsCarrierRt": "C014",
"avsUPSRuralFlag": "",
"avsResidentialIndicatorFlag": "B",
"avsPRUrbanization": "",
"avsRecordType": "VALIDATED_AND_NOT_CHANGED"
},
"avsProviderInformation": "dvccPBU_PA"
},
"rateResponse": {
"wasSuccessful": true,
"responseMsg": "",
"shipmentItems": [
{
"packageId": "2602TikTokTstPkgId3",
"label": "Package 1",
"weight": 1.0,
"contentWeight": 0.0,
"currencyCodeIso": "USD",
"value": 1.0,
"insuredValue": 1.0,
"selectedRate": {
"recId": 407,
"carrierService": "USPS Ground Advantage™.",
"baseCharge": 5.49,
"value": 5.49,
"ratedValue": 5.49,
"displayRateType": 1,
"secondaryRateType": null,
"tertiaryRateType": null,
"carrierCode": "TT01",
"intCode": "TT01",
"carrier": "USPS",
"class": "TikTok Standard",
"transitTime": {
"businessDaysInTransit": 3,
"businessDays": "3 days",
"estimatedDeliveryDays": 3,
"estimatedDelivery": "3 days",
"estimatedDeliveryDate": "2026-02-20T23:19:42.4974985+00:00",
"aiPoweredEstimatedDeliveryDays": null,
"aiPoweredEstimatedDelivery": null,
"aiPoweredEstimatedDeliveryDate": null,
"aiPoweredEstimatedDeliveryDateDistribution": {},
"carrierActiveDays": []
},
"estimatedDeliveryDays": 3,
"estimatedDelivery": "3 days",
"estimatedDeliveryDate": "2026-02-20T23:19:42.4974985+00:00",
"usedByAccountNumber": "JT-TEST-ACCOUNT",
"usedByAccountType": 72,
"displayAccountType": 72,
"sampleMode": false,
"specialServiceFilterList": null,
"flagsRequirementsList": null,
"flagsRestrictionsList": null,
"defaultBoxId": null,
"effectiveBoxId": null,
"boxClassFilter": "C",
"isActive": true,
"forceRequireCustoms": false,
"uI_Visible": true,
"requiresPickupTimeRange": false,
"pickupTimeRange": null,
"endiciaServiceLevel": null,
"pitneyServiceLevel": null,
"boxIdFilter": null,
"weightRangeMinOz": 0.0,
"weightRangeMaxOz": 1120.0,
"zone": null,
"dbIsDOM": true,
"dbIsINTL": false,
"insuranceType": 0,
"insuranceReferenceId": null,
"specialServicesForRate": [],
"resolvedBox": {
"recID": 0,
"clientId": 300195,
"boxId": null,
"length": 2.0,
"width": 2.0,
"height": 3.0,
"weight": 0.2,
"description": null,
"mailPieceValue": null,
"isSystemBox": false,
"dryIceWeightWhenRequired": 0.0,
"pitneyBowesMailPieceValue": null,
"cost": 0.0
},
"resolvedWeight": 1.0,
"resolvedBilledWeight": 1.0,
"weightCalculation": "",
"mailerId": "",
"pickupId": "",
"permitNo": "",
"sortIn": "",
"sortOut": "",
"sortE1": "",
"sortE2": "",
"sortE3": "",
"sortE4": "",
"sortE5": "",
"sortE6": "",
"sortE7": "",
"rrdProductId": null,
"productId": "7479228498561730350",
"mailType": "",
"sortProductId": "",
"sortMailType": "",
"sortFacilityId": null,
"currencyType": "USD",
"rateCurrencyType": "USD",
"itemizedCharges": [],
"dimWeightUsed": false,
"dimWeight": null,
"dimFactor": null,
"dimWeightUnitOfM": null,
"secondaryAccountNumber": null,
"serviceUIDisplaySuffix": "",
"isAmazonRate": false,
"serviceOfferingId": null,
"postalAncillaryData": null,
"primaryDocuments": null,
"optionalDocuments": null,
"shipmentInfo": null,
"rateFailMsg": null,
"rateWarningMsgs": null,
"cubicRatio": null,
"carrierMappingFields": null,
"supportedLabelTypes": null,
"labelVersion": null,
"returnServiceEnabled": false,
"shipType": 0,
"vatTaxGroup": null,
"vatTaxType": null,
"vatIssuerCountry": null,
"vatNumber": null,
"carrierExecutionTimeMS": null,
"carrierExecutionStartTime": null,
"carrierExecutionEndTime": null,
"serviceExecutionTimeMS": null,
"serviceExecutionStartTime": null,
"serviceExecutionEndTime": null,
"billToAccountType": null,
"billToAccountNumber": null,
"billToAccountName": null,
"billToAddress": null,
"thirdPartyBillingEnabled": false,
"requiresThirdPartyBilling": false,
"transportationChargeType": 0,
"dutiesTaxesChargeType": 0,
"selectedThirdpartyBillingAccount": null,
"selectedDutiesTaxesBillingAccount": null,
"availableThirdpartyBillingAccounts": null,
"rateProviderLogId": null,
"resolvedDangerousGoods": null,
"validationDetail": null
},
"resolvedShipmentId": null,
"resolvedTrackingNumber": null,
"resolvedShipmentTrackingNumber": null,
"resolvedSequenceNumber": null,
"resolvedLabels": null,
"items": [
{
"recId": 0,
"id": 0,
"orderRootId": 0,
"orderID": 0,
"marketProductKey": null,
"marketListingKey": "",
"marketOrderItemKey": null,
"marketOrderItemId": "",
"marketSku": "2602TikTokTstSku",
"marketTitle": "atotc",
"orderedQty": 1,
"shippedQty": 0,
"unitPrice": 0.9,
"unitCustoms": 0.0,
"unitTaxPrice": 0.0,
"unitShippingPrice": 0.0,
"unitShippingTaxPrice": 0.0,
"giftPrice": 0.0,
"giftMsg": null,
"giftNotes": null,
"weight": 0.8,
"cost": 0.0,
"originCountry": null,
"harmCode": null,
"cancelQty": 0,
"packSeparately": false,
"customsDescription": null,
"customsDeclaredValue": 0.0,
"upc": null,
"dangerousGoodsCode": null,
"requiresDryIce": false,
"isMedia": false,
"isLetter": false,
"isOversize": false,
"isBPM": false,
"isPerishable": false,
"maxTransitDaysAllowed": null,
"length": 1.0,
"width": 2.0,
"height": 1.0,
"productSku": "2602TikTokTstSku",
"primaryImageURL": null,
"isDropship": false,
"dropshipQuantity": 0,
"productIsDropship": false,
"whLocation": null,
"brand": null,
"vendor": null,
"manufacturer": null,
"asin": null,
"unitOfMeasure": "EACH",
"itemChannelKitId": null,
"isDisassembledProduct": false,
"additionalInformation": null,
"itemSecondaryDescription": null,
"customValue1": null,
"itemCustomValue1": null,
"itemCustomValue2": null,
"itemCustomValue3": null,
"references": null,
"splitCancelVisible": true,
"dangerousGood": null
}
],
"dateAdvance": 0,
"flagsList": "|",
"resolvedORMDCode": null,
"customs": null,
"reference1": 0,
"customReference1": null,
"reference2": 0,
"customReference2": null,
"reference3": 0,
"customReference3": null,
"additionalReferences": {},
"manualShipmentMarketReference": null,
"immediateLabelRequests": null,
"isCarrierAPI": false,
"usePBApi": false,
"useEndicia": false,
"packageSpecificErrorMsg": null,
"readyBy": null,
"rates": [
{
"recId": 407,
"carrierService": "USPS Ground Advantage™.",
"baseCharge": 5.49,
"value": 5.49,
"ratedValue": 5.49,
"displayRateType": 1,
"secondaryRateType": null,
"tertiaryRateType": null,
"carrierCode": "TT01",
"intCode": "TT01",
"carrier": "USPS",
"class": "TikTok Standard",
"transitTime": {
"businessDaysInTransit": 3,
"businessDays": "3 days",
"estimatedDeliveryDays": 3,
"estimatedDelivery": "3 days",
"estimatedDeliveryDate": "2026-02-
20T23:19:42.4974985+00:00",
"aiPoweredEstimatedDeliveryDays": null,
"aiPoweredEstimatedDelivery": null,
"aiPoweredEstimatedDeliveryDate": null,
"aiPoweredEstimatedDeliveryDateDistribution": {},
"carrierActiveDays": []
},
"estimatedDeliveryDays": 3,
"estimatedDelivery": "3 days",
"estimatedDeliveryDate": "2026-02-20T23:19:42.4974985+00:00",
"usedByAccountNumber": "JT-TEST-ACCOUNT",
"usedByAccountType": 72,
"displayAccountType": 72,
"sampleMode": false,
"specialServiceFilterList": null,
"flagsRequirementsList": null,
"flagsRestrictionsList": null,
"defaultBoxId": null,
"effectiveBoxId": null,
"boxClassFilter": "C",
"isActive": true,
"forceRequireCustoms": false,
"uI_Visible": true,
"requiresPickupTimeRange": false,
"pickupTimeRange": null,
"endiciaServiceLevel": null,
"pitneyServiceLevel": null,
"boxIdFilter": null,
"weightRangeMinOz": 0.0,
"weightRangeMaxOz": 1120.0,
"zone": null,
"dbIsDOM": true,
"dbIsINTL": false,
"insuranceType": 0,
"insuranceReferenceId": null,
"specialServicesForRate": [],
"resolvedBox": {
"recID": 0,
"clientId": 300195,
"boxId": null,
"length": 2.0,
"width": 2.0,
"height": 3.0,
"weight": 0.2,
"description": null,
"mailPieceValue": null,
"isSystemBox": false,
"dryIceWeightWhenRequired": 0.0,
"pitneyBowesMailPieceValue": null,
"cost": 0.0
},
"resolvedWeight": 1.0,
"resolvedBilledWeight": 1.0,
"weightCalculation": "",
"mailerId": "",
"pickupId": "",
"permitNo": "",
"sortIn": "",
"sortOut": "",
"sortE1": "",
"sortE2": "",
"sortE3": "",
"sortE4": "",
"sortE5": "",
"sortE6": "",
"sortE7": "",
"rrdProductId": null,
"productId": "7479228498561730350",
"mailType": "",
"sortProductId": "",
"sortMailType": "",
"sortFacilityId": null,
"currencyType": "USD",
"rateCurrencyType": "USD",
"itemizedCharges": [],
"dimWeightUsed": false,
"dimWeight": null,
"dimFactor": null,
"dimWeightUnitOfM": null,
"secondaryAccountNumber": null,
"serviceUIDisplaySuffix": "",
"isAmazonRate": false,
"serviceOfferingId": null,
"postalAncillaryData": null,
"primaryDocuments": null,
"optionalDocuments": null,
"shipmentInfo": null,
"rateFailMsg": null,
"rateWarningMsgs": null,
"cubicRatio": null,
"carrierMappingFields": null,
"supportedLabelTypes": null,
"labelVersion": null,
"returnServiceEnabled": false,
"shipType": 0,
"vatTaxGroup": null,
"vatTaxType": null,
"vatIssuerCountry": null,
"vatNumber": null,
"carrierExecutionTimeMS": null,
"carrierExecutionStartTime": null,
"carrierExecutionEndTime": null,
"serviceExecutionTimeMS": null,
"serviceExecutionStartTime": null,
- POST /api/v1/Ship/RateAndShip/{orderId}
- There are no requirements for this endpoint as the required fields can be handled automatically.
Note: "marketSecondaryKey" should not be populated with “TikTok” for non TikTok
Shop US orders.
