ShippingProfiles V1

Create shipping profile

This POST API endpoint is to create shipping profile API POST will always create a new shipping profile after ensuring it is not a duplicate for a partner.

post/v1/shipping-profiles

Headers

Authorizationstring required

Access Token

Response

Created

shippingProfileIdstring required

Unique identifier for each shipping profile id

messagestring required

successful message

Example response

{
  "shippingProfileId": "38427776-7383-4d65-82c9-dbe949d0573a",
  "message": "Shipping profile created successfully with id : 38427776-7383-4d65-82c9-dbe949d0573a"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.