Schema Documentation

CouponLine

Description

a coupon line object

Fields
Field NameDescription
code - String Line's Coupon code
coupon - Coupon Line's Coupon
databaseId - Int The ID of the order item in the database
discount - String Line's Discount total
discountTax - String Line's Discount total tax
id - ID! The ID of the order item in the database
metaData - [MetaData] Object meta data
Arguments
key - String

Retrieve meta by key

keysIn - [String]

Retrieve multiple metas by key

multiple - Boolean

Retrieve meta with matching keys

orderId - Int The Id of the order the order item belongs to.
Example
{"code":"xyz789","coupon":Coupon,"databaseId":987,"discount":"abc123","discountTax":"xyz789","id":"4","metaData":[MetaData],"orderId":987}