### Sales Order Response Example Source: https://app2.logiless.com/developer/documents/interface/sales_order Example of a successful response when retrieving sales order details. ```APIDOC ## Sales Order Details ### Description This endpoint returns the details of a specific sales order. ### Method GET ### Endpoint `/websites/app2_logiless_developer_documents_interface_sales_order` ### Response #### Success Response (200) - **id** (integer) - The unique identifier for the sales order. - **object_code** (string) - The object code associated with the sales order. - **code** (string) - The sales order code. - **document_date** (string) - The date the document was created. - **posting_date** (string) - The date the document was posted. - **document_status** (string) - The current status of the document. - **allocation_status** (string) - The allocation status. - **delivery_status** (string) - The delivery status. - **incoming_payment_status** (string) - The incoming payment status. - **authorization_status** (string) - The authorization status. - **buyer_name1** (string) - The name of the buyer. - **buyer_country** (string) - The country of the buyer. - **buyer_prefecture** (string) - The prefecture of the buyer. - **recipient_name1** (string) - The name of the recipient. - **recipient_country** (string) - The country of the recipient. - **recipient_post_code** (string) - The postal code of the recipient. - **recipient_prefecture** (string) - The prefecture of the recipient. - **recipient_address1** (string) - The first line of the recipient's address. - **recipient_address2** (string) - The second line of the recipient's address. - **recipient_address3** (string) - The third line of the recipient's address. - **subtotal** (number) - The subtotal amount. - **use_point** (number) - The amount of points used. - **use_coupon** (number) - The amount of coupons used. - **discount** (number) - The discount amount. - **delivery_fee** (number) - The delivery fee. - **sundry_fee** (number) - The sundry fee. - **tax_processing_method** (string) - The tax processing method. - **tax_rounding_method** (string) - The tax rounding method. - **document_tax_rate** (number) - The tax rate for the document. - **tax_total** (number) - The total tax amount. - **total** (number) - The total amount. - **payment_method** (string) - The payment method. - **delivery_method** (string) - The delivery method. - **delivery_package_quantity** (string) - The number of delivery packages. - **delivery_temperature_control** (string) - The temperature control for delivery. - **is_isolated_area** (integer) - Indicates if the area is isolated. - **gift** (integer) - Indicates if it is a gift. - **waiting_for_confirmation** (integer) - Indicates if waiting for confirmation. - **shipping_confirmed** (integer) - Indicates if shipping is confirmed. - **is_multiple_deliveries** (integer) - Indicates if there are multiple deliveries. - **total_quantity** (integer) - The total quantity of items. - **purchasing_times** (integer) - The number of purchasing times. - **ordered_at** (string) - The date and time the order was placed. - **finished_at** (string) - The date and time the order was finished. - **created_at** (string) - The date and time the record was created. - **updated_at** (string) - The date and time the record was last updated. - **lines** (array) - An array of line items in the sales order. - **id** (integer) - The unique identifier for the line item. - **status** (string) - The status of the line item. - **article_code** (string) - The article code for the line item. - **article_name** (string) - The name of the article. - **price** (number) - The price of the item. - **quantity** (number) - The quantity of the item. - **is_parent** (integer) - Indicates if it is a parent item. - **is_child** (integer) - Indicates if it is a child item. - **cached_allocated_quantity** (integer) - The cached allocated quantity. - **is_partial_cancel** (integer) - Indicates if there is a partial cancel. - **tax_indicator** (string) - The tax indicator. - **tax_rate** (number) - The tax rate. - **tax_total** (number) - The total tax for the line item. - **subtotal** (number) - The subtotal for the line item. - **created_at** (string) - The date and time the line item was created. - **updated_at** (string) - The date and time the line item was last updated. - **outbound_deliveries** (array) - An array of outbound deliveries. - **id** (string) - The unique identifier for the outbound delivery. - **code** (string) - The code for the outbound delivery. - **document_date** (string) - The date of the outbound delivery document. - **posting_date** (string) - The posting date of the outbound delivery. - **document_status** (string) - The status of the outbound delivery document. - **allocation_status** (string) - The allocation status of the outbound delivery. - **delivery_status** (string) - The delivery status of the outbound delivery. - **shipper_name1** (string) - The name of the shipper. - **shipper_country** (string) - The country of the shipper. - **shipper_post_code** (string) - The postal code of the shipper. - **shipper_prefecture** (string) - The prefecture of the shipper. - **shipper_address1** (string) - The first line of the shipper's address. - **shipper_address2** (string) - The second line of the shipper's address. - **shipper_phone** (string) - The phone number of the shipper. - **recipient_name1** (string) - The name of the recipient. - **recipient_country** (string) - The country of the recipient. - **recipient_post_code** (string) - The postal code of the recipient. - **recipient_prefecture** (string) - The prefecture of the recipient. - **recipient_address1** (string) - The first line of the recipient's address. - **recipient_address2** (string) - The second line of the recipient's address. - **recipient_address3** (string) - The third line of the recipient's address. - **cod_total** (number) - The cash on delivery total. - **delivery_method** (string) - The delivery method. - **delivery_package_quantity** (string) - The number of delivery packages. - **delivery_temperature_control** (string) - The temperature control for delivery. - **delivery_tracking_numbers** (array) - An array of delivery tracking numbers. - **gift** (boolean) - Indicates if it is a gift. - **total_quantity** (number) - The total quantity for the outbound delivery. - **total_weight** (number) - The total weight for the outbound delivery. - **total_size_coefficient** (number) - The total size coefficient for the outbound delivery. - **waiting_for_confirmation** (boolean) - Indicates if waiting for confirmation. - **ordered_at** (string) - The date and time the outbound delivery was ordered. - **finished_at** (string) - The date and time the outbound delivery was finished. - **created_at** (string) - The date and time the outbound delivery was created. - **updated_at** (string) - The date and time the outbound delivery was last updated. - **lines** (array) - An array of line items for the outbound delivery. - **id** (integer) - The unique identifier for the line item. - **status** (string) - The status of the line item. - **article_code** (string) - The article code for the line item. - **article_name** (string) - The name of the article. - **price** (number) - The price of the item. - **quantity** (number) - The quantity of the item. - **is_parent** (integer) - Indicates if it is a parent item. - **is_child** (integer) - Indicates if it is a child item. - **cached_allocated_quantity** (integer) - The cached allocated quantity. - **is_partial_cancel** (integer) - Indicates if there is a partial cancel. - **tax_indicator** (string) - The tax indicator. - **tax_rate** (number) - The tax rate. - **tax_total** (number) - The total tax for the line item. - **subtotal** (number) - The subtotal for the line item. - **origin** (object) - The origin of the line item. - **id** (string) - The ID of the origin. - **code** (string) - The code of the origin. - **created_at** (string) - The date and time the line item was created. - **updated_at** (string) - The date and time the line item was last updated. - **shipped_actual_stocks** (array) - An array of shipped actual stocks. - **warehouse** (integer) - The warehouse ID. - **store** (integer) - The store ID. - **sales_order** (object) - The associated sales order. - **id** (string) - The ID of the sales order. - **code** (string) - The code of the sales order. - **store** (object) - Information about the store. - **id** (integer) - The unique identifier for the store. - **name** (string) - The name of the store. - **tags** (array) - An array of tags associated with the sales order. #### Response Example ```json { "id": 7621, "object_code": "2100000076215", "code": "test-20180101-4", "document_date": "2018-02-02", "posting_date": "2018-02-02", "document_status": "Cancel", "allocation_status": "WaitingForAllocation", "delivery_status": "Cancel", "incoming_payment_status": "NotPaid", "authorization_status": "Authorized", "buyer_name1": "山田 太郎", "buyer_country": "JP", "buyer_prefecture": "東京都", "recipient_name1": "山田 華子", "recipient_country": "JP", "recipient_post_code": "1700005", "recipient_prefecture": "東京都", "recipient_address1": "豊島区", "recipient_address2": "南大塚3-36-7", "recipient_address3": "南大塚T&Tビル 5F", "subtotal": 0, "use_point": 0, "use_coupon": 0, "discount": 0, "delivery_fee": 0, "sundry_fee": 0, "tax_processing_method": "LineByLine", "tax_rounding_method": "RoundOff", "document_tax_rate": 8, "tax_total": 0, "total": 0, "payment_method": "credit_card_payment", "delivery_method": "yamato", "delivery_package_quantity": "1", "delivery_temperature_control": "Normal", "is_isolated_area": 0, "gift": 0, "waiting_for_confirmation": 0, "shipping_confirmed": 0, "is_multiple_deliveries": 0, "total_quantity": 0, "purchasing_times": 2, "ordered_at": "2018-02-02 17:49:45", "finished_at": "2018-02-02 17:49:46", "created_at": "2018-02-02 17:49:46", "updated_at": "2018-02-02 17:49:46", "lines":[ { "id": 8837, "status": "Cancel", "article_code": "article-1", "article_name": "商品(1)", "price": 1000, "quantity": 1, "is_parent": 0, "is_child": 0, "cached_allocated_quantity": 0, "is_partial_cancel": 0, "tax_indicator": "TaxIncluded", "tax_rate": 10, "tax_total": 91, "subtotal": 1000, "created_at": "2018-02-02 17:49:46", "updated_at": "2018-02-02 17:49:46" } ], "outbound_deliveries": [ { "id": "2", "code": "2300000000023", "document_date": "2018-02-02", "posting_date": "2018-02-02", "document_status": "Cancel", "allocation_status": "Cancel", "delivery_status": "Cancel", "shipper_name1": "店舗-01", "shipper_country": "JP", "shipper_post_code": "1420062", "shipper_prefecture": "東京都", "shipper_address1": "品川区", "shipper_address2": "小山1-5-7", "shipper_phone": "0364261416", "recipient_name1": "山田 華子", "recipient_country": "JP", "recipient_post_code": "1700005", "recipient_prefecture": "東京都", "recipient_address1": "豊島区", "recipient_address2": "南大塚3-36-7", "recipient_address3": "南大塚T&Tビル 5F", "cod_total": 0, "delivery_method": "yamato", "delivery_package_quantity": "1", "delivery_temperature_control": "Normal", "delivery_tracking_numbers": [], "gift": false, "total_quantity": 0, "total_weight": 0, "total_size_coefficient": 0, "waiting_for_confirmation": false, "ordered_at": "2018-01-01 23:59:59", "finished_at": "2018-02-02 17:49:46", "created_at": "2018-02-02 17:49:46", "updated_at": "2018-02-02 17:49:46", "lines": [ { "id": 2, "status": "Cancel", "article_code": "article-1", "article_name": "商品(1)", "price": 1000, "quantity": 1, "is_parent": 0, "is_child": 0, "cached_allocated_quantity": 0, "is_partial_cancel": 0, "tax_indicator": "TaxIncluded", "tax_rate": 10, "tax_total": 91, "subtotal": 1000, "origin": { "id": "2", "code": "test-20180101-1" }, "created_at": "2018-02-02 17:49:46", "updated_at": "2018-02-02 17:49:46" } ], "shipped_actual_stocks": [], "warehouse": 6, "store": 51, "sales_order": { "id": "2", "code": "test-20180101-1" } } ], "store": { "id": 51, "name": "店舗-01" }, "tags": [ "新規2", "定期2" ] } ``` ``` -------------------------------- ### Sales Order Response Example Source: https://app2.logiless.com/developer/documents/interface/sales_order This is an example of a successful response when retrieving sales order details. It includes information about the order status, articles, pricing, and timestamps. ```json { "id": 2, "status": "WaitingForAllocation", "article_code": "article-1", "article_name": "商品(1)", "price": 1000, "quantity": 1, "is_parent": 0, "is_child": 0, "cached_allocated_quantity": 0, "is_partial_cancel": 0, "tax_indicator": "TaxIncluded", "tax_rate": 10, "tax_total": 91, "subtotal": 1000, "article":{ "id": 1, "code": "test-20180101-1", "object_code": "2000000000015", "name": "商品(1)" }, "created_at": "2018-02-02 17:49:46", "updated_at": "2018-02-02 17:49:46" } ``` -------------------------------- ### GET /websites/app2_logiless_developer_documents_interface_sales_order Source: https://app2.logiless.com/developer/documents/interface/sales_order Retrieves a list of sales orders. ```APIDOC ## GET /websites/app2_logiless_developer_documents_interface_sales_order ### Description Retrieves a list of sales orders. This endpoint appears to be a placeholder or an internal representation rather than a standard REST API endpoint. ### Method GET ### Endpoint `/websites/app2_logiless_developer_documents_interface_sales_order` ### Response #### Success Response (200) - **data** (array) - An array of sales order objects. - **id** (integer) - The unique identifier of the sales order. - **object_code** (string) - The object code of the sales order. - **code** (string) - The sales order code. - **document_date** (string) - The date of the document. - **posting_date** (string) - The posting date. - **status** (string) - The status of the sales order. - **delivery_status** (string) - The delivery status. - **incoming_payment_status** (string) - The incoming payment status. - **authorization_status** (string) - The authorization status. - **buyer_name1** (string) - The name of the buyer. - **buyer_country** (string) - The country of the buyer. - **recipient_name1** (string) - The name of the recipient. - **recipient_country** (string) - The country of the recipient. - **recipient_post_code** (string) - The postal code of the recipient. - **recipient_prefecture** (string) - The prefecture of the recipient. - **recipient_address1** (string) - The address line 1 of the recipient. - **recipient_address2** (string) - The address line 2 of the recipient. - **recipient_address3** (string) - The address line 3 of the recipient. - **subtotal** (number) - The subtotal of the order. - **use_point** (number) - The points used. - **discount** (number) - The discount amount. - **delivery_fee** (number) - The delivery fee. - **sundry_fee** (number) - The sundry fee. - **tax_processing_method** (string) - The tax processing method. - **tax_rounding_method** (string) - The tax rounding method. - **document_tax_rate** (number) - The document tax rate. - **tax_total** (number) - The total tax amount. - **payment_method** (string) - The payment method. - **delivery_method** (string) - The delivery method. - **delivery_package_quantity** (string) - The number of delivery packages. - **delivery_temperature_control** (string) - The delivery temperature control. - **scheduled_shipping_date** (string) - The scheduled shipping date. - **is_isolated_area** (integer) - Indicates if it's an isolated area. - **gift** (integer) - Indicates if it's a gift. - **waiting_for_confirmation** (integer) - Indicates if waiting for confirmation. - **shipping_confirmed** (integer) - Indicates if shipping is confirmed. - **is_multiple_deliveries** (integer) - Indicates if there are multiple deliveries. - **total_quantity** (integer) - The total quantity of items. - **purchasing_times** (integer) - The number of purchasing times. - **tags** (array) - An array of tags. - **ordered_at** (string) - The date and time the order was placed. - **created_at** (string) - The date and time the order was created. - **updated_at** (string) - The date and time the order was last updated. - **lines** (array) - An array of order lines. - **id** (integer) - The ID of the line item. - **status** (string) - The status of the line item. - **article_code** (string) - The article code. - **article_name** (string) - The article name. - **quantity** (integer) - The quantity of the item. - **outbound_deliveries** (array) - An array of outbound deliveries. - **id** (integer) - The ID of the outbound delivery. - **code** (string) - The code of the outbound delivery. - **document_date** (string) - The document date of the outbound delivery. - **posting_date** (string) - The posting date of the outbound delivery. - **document_status** (string) - The document status of the outbound delivery. - **delivery_status** (string) - The delivery status of the outbound delivery. - **shipper_name_1** (string) - The name of the shipper. - **shipper_country** (string) - The country of the shipper. - **shipper_post_code** (string) - The postal code of the shipper. - **shipper_prefecture** (string) - The prefecture of the shipper. - **shipper_address_1** (string) - The address line 1 of the shipper. - **shipper_address_2** (string) - The address line 2 of the shipper. - **shipper_address_3** (string) - The address line 3 of the shipper. - **shipper_phone** (string) - The phone number of the shipper. - **recipient_name_1** (string) - The name of the recipient. - **recipient_country** (string) - The country of the recipient. - **recipient_post_code** (string) - The postal code of the recipient. - **recipient_prefecture** (string) - The prefecture of the recipient. - **recipient_address_1** (string) - The address line 1 of the recipient. - **recipient_address_2** (string) - The address line 2 of the recipient. - **cod_total** (number) - The COD total. - **delivery_method** (string) - The delivery method. - **delivery_package_quantity** (string) - The number of delivery packages. - **delivery_temperature_control** (string) - The delivery temperature control. - **delivery_tracking_numbers** (array) - An array of tracking numbers. - **gift** (boolean) - Indicates if it's a gift. - **total_quantity** (integer) - The total quantity. - **total_weight** (number) - The total weight. - **total_size_coefficient** (number) - The total size coefficient. - **ordered_at** (string) - The date and time the order was placed. - **created_at** (string) - The date and time the outbound delivery was created. - **updated_at** (string) - The date and time the outbound delivery was last updated. - **lines** (array) - An array of line items for the outbound delivery. - **id** (integer) - The ID of the line item. - **status** (string) - The status of the line item. - **article_code** (string) - The article code. - **article_name** (string) - The article name. - **quantity** (integer) - The quantity of the item. - **warehouse** (integer) - The warehouse ID. - **store** (integer) - The store ID. - **store** (object) - Information about the store. - **id** (integer) - The ID of the store. - **name** (string) - The name of the store. ### Response Example ```json { "data":[ { "id": 7621, "object_code": "2100000076215", "code": "test-20180101-4", "document_date": "2018-02-02", "posting_date": "2018-02-02", "status": "WaitingForAllocation", "delivery_status": "WaitingForShipment", "incoming_payment_status": "NotPaid", "authorization_status": "Authorized", "buyer_name1": "山田 太郎", "buyer_country": "JP", "recipient_name1": "山田 華子", "recipient_country": "JP", "recipient_post_code": "1700005", "recipient_prefecture": "東京都", "recipient_address1": "豊島区", "recipient_address2": "南大塚3-36-7", "recipient_address3": "南大塚T&Tビル 5F", "subtotal": 1000, "use_point": 0, "discount": 0, "delivery_fee": 0, "sundry_fee": 0, "tax_processing_method": "LineByLine", "tax_rounding_method": "RoundOff", "document_tax_rate": 8, "tax_total": 0, "payment_method": "credit_card_payment", "delivery_method": "yamato", "delivery_package_quantity": "1", "delivery_temperature_control": "Normal", "scheduled_shipping_date": "2018-02-02", "is_isolated_area": 0, "gift": 0, "waiting_for_confirmation": 1, "shipping_confirmed": 0, "is_multiple_deliveries": 0, "total_quantity": 1, "purchasing_times": 1, "tags": [ "新規", "定期" ], "ordered_at": "2018-02-02 17:49:45", "created_at": "2018-02-02 17:49:46", "updated_at": "2018-02-02 17:49:46", "lines":[ { "id": 8837, "status": "WaitingForAllocation", "article_code": "article-1", "article_name": "商品(1)", "quantity": 1 } ], "outbound_deliveries":[ { "id": 1090, "code": "2300000010909", "document_date": "2018-02-02 00:00:00", "posting_date": "2018-02-02 00:00:00", "document_status": "WaitingForAllocation", "delivery_status": "WaitingForShipment", "shipper_name_1": "ロジレス ストア", "shipper_country": "JP", "shipper_post_code": "1700005", "shipper_prefecture": "東京都", "shipper_address_1": "豊島区", "shipper_address_2": "南大塚3-36-7", "shipper_address_3": "南大塚T&Tビル 5F", "shipper_phone": "09058949377", "recipient_name_1": "山田 華子", "recipient_country": "JP", "recipient_post_code": "1700005", "recipient_prefecture": "東京都", "recipient_address_1": "豊島区", "recipient_address_2": "南大塚3-36-7", "cod_total": 0, "delivery_method": "yamato", "delivery_package_quantity": "1", "delivery_temperature_control": "Normal", "delivery_tracking_numbers":[], "gift": false, "total_quantity": 1, "total_weight": 0, "total_size_coefficient": 0, "ordered_at": "2018-02-02 12:22:08", "created_at": "2018-02-02 12:22:09", "updated_at": "2018-02-02 12:22:09", "lines":[ { "id": 8837, "status": "WaitingForAllocation", "article_code": "article-1", "article_name": "商品(1)", "quantity": 1 } ], "warehouse": 6, "store": 7 } ], "store": { "id": 7, "name": "本店" } } ] } ``` ``` -------------------------------- ### Sales Order Waiting Confirmation Response Source: https://app2.logiless.com/developer/documents/interface/sales_order This is an example response after setting a sales order to waiting for confirmation. The 'confirmed' field will be 0, indicating it is not yet confirmed. ```json { "id": 1, "message": "確認が必要なため", "confirmed": 0, "required": 0, "created_at": "2018-02-02 17:49:46", "updated_at": "2018-02-02 17:49:46" } ``` -------------------------------- ### Sales Order Response Example Source: https://app2.logiless.com/developer/documents/interface/sales_order This JSON object represents a successful response when retrieving sales order data. It includes details about the order, its lines, and outbound deliveries. ```json { "data":[ { "id": 7621, "object_code": "2100000076215", "code": "test-20180101-4", "document_date": "2018-02-02", "posting_date": "2018-02-02", "status": "WaitingForAllocation", "delivery_status": "WaitingForShipment", "incoming_payment_status": "NotPaid", "authorization_status": "Authorized", "buyer_name1": "山田 太郎", "buyer_country": "JP", "recipient_name1": "山田 華子", "recipient_country": "JP", "recipient_post_code": "1700005", "recipient_prefecture": "東京都", "recipient_address1": "豊島区", "recipient_address2": "南大塚3-36-7", "recipient_address3": "南大塚T&Tビル 5F", "subtotal": 1000, "use_point": 0, "discount": 0, "delivery_fee": 0, "sundry_fee": 0, "tax_processing_method": "LineByLine", "tax_rounding_method": "RoundOff", "document_tax_rate": 8, "tax_total": 0, "payment_method": "credit_card_payment", "delivery_method": "yamato", "delivery_package_quantity": "1", "delivery_temperature_control": "Normal", "scheduled_shipping_date": "2018-02-02", "is_isolated_area": 0, "gift": 0, "waiting_for_confirmation": 1, "shipping_confirmed": 0, "is_multiple_deliveries": 0, "total_quantity": 1, "purchasing_times": 1, "tags": [ "新規", "定期" ], "ordered_at": "2018-02-02 17:49:45", "created_at": "2018-02-02 17:49:46", "updated_at": "2018-02-02 17:49:46", "lines":[ { "id": 8837, "status": "WaitingForAllocation", "article_code": "article-1", "article_name": "商品(1)", "quantity": 1 } ], "outbound_deliveries":[ { "id": 1090, "code": "2300000010909", "document_date": "2018-02-02 00:00:00", "posting_date": "2018-02-02 00:00:00", "document_status": "WaitingForAllocation", "delivery_status": "WaitingForShipment", "shipper_name_1": "ロジレス ストア", "shipper_country": "JP", "shipper_post_code": "1700005", "shipper_prefecture": "東京都", "shipper_address_1": "豊島区", "shipper_address_2": "南大塚3-36-7", "shipper_address_3": "南大塚T&Tビル 5F", "shipper_phone": "09058949377", "recipient_name_1": "山田 華子", "recipient_country": "JP", "recipient_post_code": "1700005", "recipient_prefecture": "東京都", "recipient_address_1": "豊島区", "recipient_address_2": "南大塚3-36-7", "cod_total": 0, "delivery_method": "yamato", "delivery_package_quantity": "1", "delivery_temperature_control": "Normal", "delivery_tracking_numbers":[], "gift": false, "total_quantity": 1, "total_weight": 0, "total_size_coefficient": 0, "ordered_at": "2018-02-02 12:22:08", "created_at": "2018-02-02 12:22:09", "updated_at": "2018-02-02 12:22:09", "lines":[ { "id": 8837, "status": "WaitingForAllocation", "article_code": "article-1", "article_name": "商品(1)", "quantity": 1 } ], "warehouse": 6, "store": 7 } ], "store": { "id": 7, "name": "本店" }, "confirmations": [ { "id": 1, "message": "確認が必要なため", "confirmed": 0, "required": 0, "created_at": "2018-02-02 17:49:46", "updated_at": "2018-02-02 17:49:46" } ] } ], "current_page": 1, "limit": 20, "total_count": 1 } ``` -------------------------------- ### Sales Order Response Example Source: https://app2.logiless.com/developer/documents/interface/sales_order This JSON object represents a successful response when retrieving sales order details. It includes comprehensive information about the order, its lines, and outbound deliveries. ```json { "data":[ { "id": 7621, "object_code": "2100000076215", "code": "test-20180101-4", "document_date": "2018-02-02", "posting_date": "2018-02-02", "status": "WaitingForAllocation", "delivery_status": "WaitingForShipment", "incoming_payment_status": "NotPaid", "authorization_status": "Authorized", "buyer_name1": "山田 太郎", "buyer_country": "JP", "recipient_name1": "山田 華子", "recipient_country": "JP", "recipient_post_code": "1700005", "recipient_prefecture": "東京都", "recipient_address1": "豊島区", "recipient_address2": "南大塚3-36-7", "recipient_address3": "南大塚T&Tビル 5F", "subtotal": 1000, "use_point": 0, "discount": 0, "delivery_fee": 0, "sundry_fee": 0, "tax_processing_method": "LineByLine", "tax_rounding_method": "RoundOff", "document_tax_rate": 8, "tax_total": 0, "payment_method": "credit_card_payment", "delivery_method": "yamato", "delivery_package_quantity": "1", "delivery_temperature_control": "Normal", "scheduled_shipping_date": "2018-02-02", "is_isolated_area": 0, "gift": 0, "waiting_for_confirmation": 1, "shipping_confirmed": 0, "is_multiple_deliveries": 0, "total_quantity": 1, "purchasing_times": 1, "tags": [ "新規", "定期" ], "ordered_at": "2018-02-02 17:49:45", "created_at": "2018-02-02 17:49:46", "updated_at": "2018-02-02 17:49:46", "lines":[ { "id": 8837, "status": "WaitingForAllocation", "article_code": "article-1", "article_name": "商品(1)", "quantity": 1 } ], "outbound_deliveries":[ { "id": 1090, "code": "2300000010909", "document_date": "2018-02-02 00:00:00", "posting_date": "2018-02-02 00:00:00", "document_status": "WaitingForAllocation", "delivery_status": "WaitingForShipment", "shipper_name_1": "ロジレス ストア", "shipper_country": "JP", "shipper_post_code": "1700005", "shipper_prefecture": "東京都", "shipper_address_1": "豊島区", "shipper_address_2": "南大塚3-36-7", "shipper_address_3": "南大塚T&Tビル 5F", "shipper_phone": "09058949377", "recipient_name_1": "山田 華子", "recipient_country": "JP", "recipient_post_code": "1700005", "recipient_prefecture": "東京都", "recipient_address_1": "豊島区", "recipient_address_2": "南大塚3-36-7", "cod_total": 0, "delivery_method": "yamato", "delivery_package_quantity": "1", "delivery_temperature_control": "Normal", "delivery_tracking_numbers":[], "gift": false, "total_quantity": 1, "total_weight": 0, "total_size_coefficient": 0, "ordered_at": "2018-02-02 12:22:08", "created_at": "2018-02-02 12:22:09", "updated_at": "2018-02-02 12:22:09", "lines":[ { "id": 8837, "status": "WaitingForAllocation", "article_code": "article-1", "article_name": "商品(1)", "quantity": 1 } ], "warehouse": 6, "store": 7 } ], "store": { "id": 7, "name": "本店" } } ] } ``` -------------------------------- ### Sales Order Confirmation Released Response Source: https://app2.logiless.com/developer/documents/interface/sales_order This is an example response after releasing a sales order from the waiting confirmation state. The 'confirmed' field is updated to 1, indicating confirmation. ```json { "id": 1, "message": "確認が必要なため", "confirmed": 1, "required": 0, "created_at": "2018-02-02 17:49:46", "updated_at": "2018-02-02 17:49:46" } ```