Returns > Returns > returnsCreate
Commerce APIReturnsReturnsreturnsCreate
returnsCreate
POST:returns.json

Description

Create one or multiple returns.

Permission bit: "returns.create"

Topic: Returns

Arguments

data: [ReturnCreate!]!

Main argument for mutations.


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Data Argument Fields

customer_balance: Boolean

Whether to refund to customer balance

Example: false


line_items: [ReturnLineItemCreate!]!


order_id: String!

A unique order identifier

Example: "or_EQzGqWoY"

Valid when: order_id matches regexp pattern: ^or_


return_policy_id: String!

Unique return policy identifier. See also: Unique Identifiers

Example: "rp_EQzGqWoY"

Valid when: return_policy_id matches regexp pattern: ^rp_


shipping_option_index: Int!

Index of the shipping option within return policy

Example: 0


Result

[Return!]

Preview (typescript)

Loading module