Skip to content
English
  • There are no suggestions because the search field is empty.

TikTok Shop Integration with ShipWise

Setup, Requirements & API Guide | This guide explains how to onboard and configure TikTok Shop with ShipWise for seamless order fulfillment and shipping. It covers 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.

SampleShop123-1

  • Approve ShipWise for all requested permissions and select the shop being onboarded.

SampleShop123 (1)-1

  • 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.

SampleShop123 (2)-1

  • The user will then hit save and the TikTok Carrier or TikTok Carrier and Integration will be onboarded.

Order Integration Details

Direct Integrations with TikTok

  • No action is required with a direct TikTok integration as ShipWise will have all of the necessary details for shipping.

Other Integrations and WMS/ERP systems connected to ShipWise

  • No action is required for the following integrations as ShipWise will update the handling to properly mark these orders as TikTok orders.

66b663a36fcd45028487dc27_rithum-logo 1 66b657822fc0c21fbd395b02_128 66b65782e128982534035e60_205 66b657834418669e94bc166a_177

For all other integrations please contact ShipWise Support to review the necessary updates required for supporting TikTok.


Shipping Details

Order Requirements

  • TikTok Shop US orders can only be processed with the TikTok Shipping selected carrier.
  • Non TikTok Shop US orders must be processed with other carriers.
  • Customers will need to onboard each of their TikTok shops as a separate carrier account for fulfilling TikTok orders.
  • The order is required to be marked as a TikTok order for shipping.
  • 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 ID’s are required.
    • 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 ID’s are not
      required.
  • For direct TikTok integrations and the above supported integrations (see: Order Integration Details section) the TikTok Order ID, TikTok Item ID, and marking the order as a TikTok order are handled automatically.

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

  • POST /api/v1/Order/Create
    • The "marketSecondaryKey" field should be set to “TikTok_US”
    • 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
Request Body
{
"orders": [
{
"marketOrderId": "577288850714628162",
"shipMethod": "TT01",
"profileId": 7006630,
"marketPrimaryKey": "Dept",
"marketSecondaryKey": "TikTok_US",
"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"
}
]
}
]
}

Response Body
{
"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 “TikTok_US”
    • 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
Request Body
{
"ratingOptionId": "TT01",
"addressVerification": true,
"avsType": 0,
"profileId": 7006630,
"marketPrimaryKey": "",
"marketSecondaryKey": "TikTok_US",
"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
}
]
}
]
}

Response Body
{
"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 “TikTok_US”
    • 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
Request Body
{
"profileId": 7006630,
"shipMethod": "TT01",
"marketPrimaryKey": "",
"marketSecondaryKey": "TikTok_US",
"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"
}

Response Body
{
"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.