Spawn a vendor return from a customer RMA disposition
Creates a vendor return (outbound RMA back to the supplier) from an existing customer return,
copying the applicable line items. Use this when defective goods received from a customer
must be sent back to the originating vendor for credit or replacement. Requires that vendor
information is populated on the product-vendor relationship.
Requires returns:write scope.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Headers
Client-generated unique key for idempotent POST/PATCH/DELETE operations. Alias for the Idempotency parameter. Max 255 chars. On retry with the same key, the original response is returned without re-executing the operation. Keys expire after 24 hours.
255Path Parameters
Response
Vendor return created

