chore(types): is_return on shipping options (#9352)
This commit is contained in:
committed by
GitHub
parent
19bc8d7f61
commit
d00afb76a6
@@ -104,7 +104,7 @@ export interface CartWorkflowDTO extends CartDTO {
|
||||
|
||||
export interface ListShippingOptionsForCartWorkflowInputDTO {
|
||||
cart_id: string
|
||||
is_return?: boolean
|
||||
is_return: boolean
|
||||
sales_channel_id?: string
|
||||
currency_code: string
|
||||
shipping_address: {
|
||||
|
||||
Reference in New Issue
Block a user