cURL
curl --request GET \ --url https://api.collectpure.com/marketplace/get-recommended-shipping-date/v1 \ --header 'x-api-key: <api-key>'
{ "data": { "twoDayLabel": "2023-11-07T05:31:56Z", "overnightLabel": "2023-11-07T05:31:56Z" } }
Retrieve the recommended shipping date for the product. This endpoint returns the two day and overnight shipping dates.
API key for authentication
Default Response
Show child attributes
Was this page helpful?