POST /dropship-provider-platform-actions.json
Body
Required
-
dropshipProviderId
integer(int32) Required Dropship provider
-
name
string Required Name
-
uri
string Required Uri
POST
/dropship-provider-platform-actions.json
curl \
--request POST 'http://api.example.com/v1/dropship-provider-platform-actions.json' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"dropshipProviderId":42,"name":"string","uri":"string"}'
Request examples
{
"dropshipProviderId": 42,
"name": "string",
"uri": "string"
}
Response examples (200)
{
"createdAt": "2025-05-04T09:42:00Z",
"dropshipProviderId": 42,
"id": 42,
"name": "string",
"updatedAt": "2025-05-04T09:42:00Z",
"uri": "string"
}