chore(types): is_return on shipping options (#9352)

This commit is contained in:
Carlos R. L. Rodrigues
2024-09-27 09:54:11 -03:00
committed by GitHub
parent 19bc8d7f61
commit d00afb76a6

View File

@@ -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: {