{ "operationId": "updateCustomsInformation", "method": "PUT", "path": "/shipping/products/customs-information", "summary": "BigCommerce Upsert Customs Information", "requestExamples": [ { "contentType": "application/json", "name": "Example", "example": [ { "product_id": 77, "country_of_origin": "US", "commodity_description": "Baseball caps", "international_shipping": true, "hs_codes": { "CA": "508313", "AU": "817355", "ALL": "501000" } } ] } ], "responseExamples": [] }