GraphQL API
Search…
GraphQL API
General
Introduction
Features
GraphQL
Getting Started
Overview
Architecture
Playground
API Key (Authentication)
SDK
CLI
GraphQL API
Products
Categories
Checkout & Payments
Orders
Customers
Api data reference
Inputs
Mutations
Objects
Address
Channel
Checkout
Order
Product
Return
Supplier
Data Types
Entities
Powered By
GitBook
Return
Represents return data that a supplier fill in.
type Return {
right: String
label: String
cost: String
policy: String
address: Address
}
Fields
right
(
String
)
Return right from the date the customer has received the product.
14 days
28 days
label
(
String
)
Whether the return package is included in the package or not.
Included in package
Not included in package
cost
(
String
)
Whether the return cost is covered by the vendor or the customer.
Covered by vendor
Covered by customer
policy (
String
)
The full return policy and terms description.
address (
Address
)
The address to return the items.
Previous
ProductVariant
Next
Supplier
Last modified
5mo ago
Copy link