get https://app.ecwid.com/api/v3//orders//repeatURL
GET request that allows to receive a URL to get an order repeat URL More about the feature: Repeat orders
Headers
Name | Type | Description |
---|---|---|
Authorization | string | oAuth token with mandatory Bearer before it. Example: Bearer e***s0 , where e***s0 should be replaced with your oAuth token. |
Response
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
repeatOrderUrl | string | URL that could be used to repeat the same order once more time |