Skip to main content

Update Global Payout Mapping Group

PUT 

/api/shopify/payout-mapping-groups/:payoutMappingGroup

Updates the name, document type, or sort order of a global payout mapping group.

Authentication: Requires Bearer token.

Request body:

  • name (required, string, max 255): display name for the group.
  • document_type (required, string): financial document the group posts to; one of invoice, bill.
  • sort_order (optional, integer, min 0): position of the group in ordered listings.

Request

Responses

OK

Response Headers
    Content-Type