Changelog

v3 to 2023-07-01

New Endpoints

    - POST /customs_document/isf

Modified Endpoints

    - PATCH /commercial_invoices
      Responses:
        - Modified 400
            - Added details (array)
            - Removed code (string)
            - Removed message (string)
        - Removed 200
    - POST /commercial_invoices
      Responses:
        - Modified 400
            - Added details (array)
            - Removed code (string)
            - Removed message (string)
        - Removed 200
    - GET /commercial_invoices/{id}
      Responses:
        - Modified 200
            - Added mid_code (string)
            - Added currency_code (string)
            - Added terms_of_sale (string)
            - Added shipment_ref (string)
            - Added shipment_id (integer)
            - Added proration_amount (object)
            - Added involved_parties.items.properties.address_line1 (string)
            - Added involved_parties.items.properties.address_line2 (string)
            - Added involved_parties.items.properties.address_line3 (string)
            - Added involved_parties.items.properties.address_line4 (string)
            - Added involved_parties.items.properties.address_line5 (string)
            - Added involved_parties.items.properties.address_line6 (string)
            - Added involved_parties.items.properties.city (string)
            - Added involved_parties.items.properties.state_province (string)
            - Added involved_parties.items.properties.postal_code (string)
            - Added involved_parties.items.properties.country_code (string)
            - Added involved_parties.items.properties.external_ref (string)
            - Added line_items.items.properties.mid_code (string)
            - Added line_items.items.properties.country_of_origin (string)
            - Added line_items.items.properties.quantity (object)
            - Added line_items.items.properties.unit_price (object)
            - Added line_items.items.properties.final_sale_value (object)
            - Added line_items.items.properties.gross_weight (object)
            - Added line_items.items.properties.manufacturer_address.properties.name (string)
            - Added line_items.items.properties.manufacturer_address.properties.address_line1 (string)
            - Added line_items.items.properties.manufacturer_address.properties.address_line2 (string)
            - Added line_items.items.properties.manufacturer_address.properties.address_line3 (string)
            - Added line_items.items.properties.manufacturer_address.properties.address_line4 (string)
            - Added line_items.items.properties.manufacturer_address.properties.address_line5 (string)
            - Added line_items.items.properties.manufacturer_address.properties.address_line6 (string)
            - Added line_items.items.properties.manufacturer_address.properties.state_province (string)
            - Added line_items.items.properties.manufacturer_address.properties.postal_code (string)
            - Added line_items.items.properties.manufacturer_address.properties.external_ref (string)
            - Added line_items.items.properties.product.properties.product_sku (string)
            - Added line_items.items.properties.product.properties.product_category (string)
            - Added line_items.items.properties.product.properties.product_properties (array)
            - Added line_items.items.properties.product.properties.product_classifications (array)
            - Removed _object (string)
            - Removed id (string)
            - Removed digitization_status (['string', 'null']) | enums: pending, reviewed, complete
            - Removed manufacturer_addresses (array)
            - Removed shipment (object)
            - Removed total_unit_count (string)
            - Removed total_value (object)
            - Removed total_volume (object)
            - Removed total_weight (object)
            - Removed order_number (string)
            - Removed currency (string)
            - Removed involved_parties.items.properties._object (string)
            - Removed involved_parties.items.properties.address (object)
            - Removed involved_parties.items.properties.company_entity (object)
            - Removed line_items.items.properties._object (string)
            - Removed line_items.items.properties.id (integer)
            - Removed line_items.items.properties.price_per_unit (object)
            - Removed line_items.items.properties.total_units (integer)
            - Removed line_items.items.properties.weight (object)
            - Removed line_items.items.properties.manufacturer_name (string)
            - Removed line_items.items.properties.manufacturer_address.properties._object (string)
            - Removed line_items.items.properties.manufacturer_address.properties.street_address (string)
            - Removed line_items.items.properties.manufacturer_address.properties.street_address2 (['string', 'null'])
            - Removed line_items.items.properties.manufacturer_address.properties.state (['string', 'null'])
            - Removed line_items.items.properties.manufacturer_address.properties.country (string)
            - Removed line_items.items.properties.manufacturer_address.properties.zip (['string', 'null'])
            - Removed line_items.items.properties.manufacturer_address.properties.timezone (string)
            - Removed line_items.items.properties.manufacturer_address.properties.ref (string)
            - Removed line_items.items.properties.manufacturer_address.properties.unlocode (['string', 'null'])
            - Removed line_items.items.properties.container_number.properties (unknown type)
            - Removed line_items.items.properties.product.properties._object (string)
            - Removed line_items.items.properties.product.properties.link (string)
            - Removed line_items.items.properties.product.properties.id (integer)
        - Modified 400
            - Added details (array)
            - Removed code (string)
            - Removed message (string)
    - GET /products
    - POST /products
    - GET /products/{id}
    - PATCH /products/{id}

Removed Endpoints

    - GET /commercial_invoices