This API provides aggregated product import with better performance than the stock Magento V1/products API. Import product, image upload, assign vendor and set vendor location quantity can be done within one API call.
required | Array of objects (omnyfy-product-import) |
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
[- {
- "inventory": { },
- "price": { },
- "product_data": {
- "sku": "child_sku_1",
- "type_id": "simple",
- "visibility": 1,
- "custom_attributes": [
- {
- "attribute_code": "color",
- "value": "5"
}, - {
- "attribute_code": "size",
- "value": "7"
}
]
}
}, - {
- "inventory": { },
- "price": { },
- "product_data": {
- "sku": "child_sku_2",
- "type_id": "simple",
- "visibility": 1,
- "custom_attributes": [
- {
- "attribute_code": "color",
- "value": "6"
}, - {
- "attribute_code": "size",
- "value": "8"
}
]
}
}, - {
- "inventory": { },
- "price": { },
- "product_data": {
- "sku": "configurable_product_example",
- "type_id": "configurable,",
- "visibility": 4,
- "super_attribute_codes": [
- "size",
- "color"
], - "variant_skus": [
- "child_sku_1",
- "child_sku_2"
]
}
}
]
{- "items": [
- {
- "success": true,
- "error": "string",
- "product_data": {
- "id": 0,
- "sku": "string"
}
}
]
}
Get inventory for a specific vendor
curl --location --globoff 'https://your-marketplace-host/rest/V1/inventory/source-items?searchCriteria[filterGroups][0][filters][0][conditionType]=eq&searchCriteria[currentPage]=1&searchCriteria[pageSize]=10&searchCriteria[filterGroups][0][filters][0][field]=sku&searchCriteria[filterGroups][0][filters][0][value]={example-sku}'
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "sku": "string",
- "source_code": "string",
- "quantity": 0,
- "status": 0
}
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
- "value": "string",
- "condition_type": "string"
}
]
}
], - "sort_orders": [
- {
- "field": "string",
- "direction": "string"
}
], - "page_size": 0,
- "current_page": 0
}, - "total_count": 0
}
Create integration token for admin given the vendor credentials.
200 Success.
400 Bad Request
Unexpected error
{- "username": "string",
- "password": "string"
}
{- "token": "string"
}
Loads a specified order.
200 Success.
401 Unauthorized
Unexpected error
{- "adjustment_negative": 0,
- "adjustment_positive": 0,
- "applied_rule_ids": "string",
- "base_adjustment_negative": 0,
- "base_adjustment_positive": 0,
- "base_currency_code": "string",
- "base_discount_amount": 0,
- "base_discount_canceled": 0,
- "base_discount_invoiced": 0,
- "base_discount_refunded": 0,
- "base_grand_total": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_discount_tax_compensation_invoiced": 0,
- "base_discount_tax_compensation_refunded": 0,
- "base_shipping_amount": 0,
- "base_shipping_canceled": 0,
- "base_shipping_discount_amount": 0,
- "base_shipping_discount_tax_compensation_amnt": 0,
- "base_shipping_incl_tax": 0,
- "base_shipping_invoiced": 0,
- "base_shipping_refunded": 0,
- "base_shipping_tax_amount": 0,
- "base_shipping_tax_refunded": 0,
- "base_subtotal": 0,
- "base_subtotal_canceled": 0,
- "base_subtotal_incl_tax": 0,
- "base_subtotal_invoiced": 0,
- "base_subtotal_refunded": 0,
- "base_tax_amount": 0,
- "base_tax_canceled": 0,
- "base_tax_invoiced": 0,
- "base_tax_refunded": 0,
- "base_total_canceled": 0,
- "base_total_due": 0,
- "base_total_invoiced": 0,
- "base_total_invoiced_cost": 0,
- "base_total_offline_refunded": 0,
- "base_total_online_refunded": 0,
- "base_total_paid": 0,
- "base_total_qty_ordered": 0,
- "base_total_refunded": 0,
- "base_to_global_rate": 0,
- "base_to_order_rate": 0,
- "billing_address_id": 0,
- "can_ship_partially": 0,
- "can_ship_partially_item": 0,
- "coupon_code": "string",
- "created_at": "string",
- "customer_dob": "string",
- "customer_email": "string",
- "customer_firstname": "string",
- "customer_gender": 0,
- "customer_group_id": 0,
- "customer_id": 0,
- "customer_is_guest": 0,
- "customer_lastname": "string",
- "customer_middlename": "string",
- "customer_note": "string",
- "customer_note_notify": 0,
- "customer_prefix": "string",
- "customer_suffix": "string",
- "customer_taxvat": "string",
- "discount_amount": 0,
- "discount_canceled": 0,
- "discount_description": "string",
- "discount_invoiced": 0,
- "discount_refunded": 0,
- "edit_increment": 0,
- "email_sent": 0,
- "entity_id": 0,
- "ext_customer_id": "string",
- "ext_order_id": "string",
- "forced_shipment_with_invoice": 0,
- "global_currency_code": "string",
- "grand_total": 0,
- "discount_tax_compensation_amount": 0,
- "discount_tax_compensation_invoiced": 0,
- "discount_tax_compensation_refunded": 0,
- "hold_before_state": "string",
- "hold_before_status": "string",
- "increment_id": "string",
- "is_virtual": 0,
- "order_currency_code": "string",
- "original_increment_id": "string",
- "payment": {
- "po_number": "string",
- "method": "string",
- "additional_data": [
- "string"
], - "extension_attributes": {
- "agreement_ids": [
- "string"
]
}
}, - "payment_authorization_amount": 0,
- "payment_auth_expiration": 0,
- "protect_code": "string",
- "quote_address_id": 0,
- "quote_id": 0,
- "relation_child_id": "string",
- "relation_child_real_id": "string",
- "relation_parent_id": "string",
- "relation_parent_real_id": "string",
- "remote_ip": "string",
- "shipping_amount": 0,
- "shipping_canceled": 0,
- "shipping_description": "string",
- "shipping_discount_amount": 0,
- "shipping_discount_tax_compensation_amount": 0,
- "shipping_incl_tax": 0,
- "shipping_invoiced": 0,
- "shipping_refunded": 0,
- "shipping_tax_amount": 0,
- "shipping_tax_refunded": 0,
- "state": "string",
- "status": "string",
- "store_currency_code": "string",
- "store_id": 0,
- "store_name": "string",
- "store_to_base_rate": 0,
- "store_to_order_rate": 0,
- "subtotal": 0,
- "subtotal_canceled": 0,
- "subtotal_incl_tax": 0,
- "subtotal_invoiced": 0,
- "subtotal_refunded": 0,
- "tax_amount": 0,
- "tax_canceled": 0,
- "tax_invoiced": 0,
- "tax_refunded": 0,
- "total_canceled": 0,
- "total_due": 0,
- "total_invoiced": 0,
- "total_item_count": 0,
- "total_offline_refunded": 0,
- "total_online_refunded": 0,
- "total_paid": 0,
- "total_qty_ordered": 0,
- "total_refunded": 0,
- "updated_at": "string",
- "weight": 0,
- "x_forwarded_for": "string",
- "items": [
- {
- "additional_data": "string",
- "amount_refunded": 0,
- "applied_rule_ids": "string",
- "base_amount_refunded": 0,
- "base_cost": 0,
- "base_discount_amount": 0,
- "base_discount_invoiced": 0,
- "base_discount_refunded": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_discount_tax_compensation_invoiced": 0,
- "base_discount_tax_compensation_refunded": 0,
- "base_original_price": 0,
- "base_price": 0,
- "base_price_incl_tax": 0,
- "base_row_invoiced": 0,
- "base_row_total": 0,
- "base_row_total_incl_tax": 0,
- "base_tax_amount": 0,
- "base_tax_before_discount": 0,
- "base_tax_invoiced": 0,
- "base_tax_refunded": 0,
- "base_weee_tax_applied_amount": 0,
- "base_weee_tax_applied_row_amnt": 0,
- "base_weee_tax_disposition": 0,
- "base_weee_tax_row_disposition": 0,
- "created_at": "string",
- "description": "string",
- "discount_amount": 0,
- "discount_invoiced": 0,
- "discount_percent": 0,
- "discount_refunded": 0,
- "event_id": 0,
- "ext_order_item_id": "string",
- "free_shipping": 0,
- "gw_base_price": 0,
- "gw_base_price_invoiced": 0,
- "gw_base_price_refunded": 0,
- "gw_base_tax_amount": 0,
- "gw_base_tax_amount_invoiced": 0,
- "gw_base_tax_amount_refunded": 0,
- "gw_id": 0,
- "gw_price": 0,
- "gw_price_invoiced": 0,
- "gw_price_refunded": 0,
- "gw_tax_amount": 0,
- "gw_tax_amount_invoiced": 0,
- "gw_tax_amount_refunded": 0,
- "discount_tax_compensation_amount": 0,
- "discount_tax_compensation_canceled": 0,
- "discount_tax_compensation_invoiced": 0,
- "discount_tax_compensation_refunded": 0,
- "is_qty_decimal": 0,
- "is_virtual": 0,
- "item_id": 0,
- "locked_do_invoice": 0,
- "locked_do_ship": 0,
- "name": "string",
- "no_discount": 0,
- "order_id": 0,
- "original_price": 0,
- "parent_item_id": 0,
- "price": 0,
- "price_incl_tax": 0,
- "product_id": 0,
- "product_type": "string",
- "qty_backordered": 0,
- "qty_canceled": 0,
- "qty_invoiced": 0,
- "qty_ordered": 0,
- "qty_refunded": 0,
- "qty_returned": 0,
- "qty_shipped": 0,
- "quote_item_id": 0,
- "row_invoiced": 0,
- "row_total": 0,
- "row_total_incl_tax": 0,
- "row_weight": 0,
- "sku": "string",
- "store_id": 0,
- "tax_amount": 0,
- "tax_before_discount": 0,
- "tax_canceled": 0,
- "tax_invoiced": 0,
- "tax_percent": 0,
- "tax_refunded": 0,
- "updated_at": "string",
- "weee_tax_applied": "string",
- "weee_tax_applied_amount": 0,
- "weee_tax_applied_row_amount": 0,
- "weee_tax_disposition": 0,
- "weee_tax_row_disposition": 0,
- "weight": 0,
- "parent_item": { },
- "extension_attributes": {
- "source_stock_id": 0
}
}
], - "billing_address": {
- "address_type": "string",
- "city": "string",
- "company": "string",
- "country_id": "string",
- "customer_address_id": 0,
- "customer_id": 0,
- "email": "string",
- "entity_id": 0,
- "fax": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "parent_id": 0,
- "postcode": "string",
- "prefix": "string",
- "region": "string",
- "region_code": "string",
- "region_id": 0,
- "street": [
- "string"
], - "suffix": "string",
- "telephone": "string",
- "vat_id": "string",
- "vat_is_valid": 0,
- "vat_request_date": "string",
- "vat_request_id": "string",
- "vat_request_success": 0
}, - "extension_attributes": {
- "shipping_assignments": [
- {
- "shipping": {
- "address": {
- "address_type": "string",
- "city": "string",
- "company": "string",
- "country_id": "string",
- "customer_address_id": 0,
- "customer_id": 0,
- "email": "string",
- "entity_id": 0,
- "fax": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "parent_id": 0,
- "postcode": "string",
- "prefix": "string",
- "region": "string",
- "region_code": "string",
- "region_id": 0,
- "street": [
- "string"
], - "suffix": "string",
- "telephone": "string",
- "vat_id": "string",
- "vat_is_valid": 0,
- "vat_request_date": "string",
- "vat_request_id": "string",
- "vat_request_success": 0
}
}, - "extension_attributes": {
- "methods": [
- {
- "source_stock_id": 0,
- "method_code": "string"
}
]
}
}
]
}
}
Lists orders that match specified search criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "adjustment_negative": 0,
- "adjustment_positive": 0,
- "applied_rule_ids": "string",
- "base_adjustment_negative": 0,
- "base_adjustment_positive": 0,
- "base_currency_code": "string",
- "base_discount_amount": 0,
- "base_discount_canceled": 0,
- "base_discount_invoiced": 0,
- "base_discount_refunded": 0,
- "base_grand_total": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_discount_tax_compensation_invoiced": 0,
- "base_discount_tax_compensation_refunded": 0,
- "base_shipping_amount": 0,
- "base_shipping_canceled": 0,
- "base_shipping_discount_amount": 0,
- "base_shipping_discount_tax_compensation_amnt": 0,
- "base_shipping_incl_tax": 0,
- "base_shipping_invoiced": 0,
- "base_shipping_refunded": 0,
- "base_shipping_tax_amount": 0,
- "base_shipping_tax_refunded": 0,
- "base_subtotal": 0,
- "base_subtotal_canceled": 0,
- "base_subtotal_incl_tax": 0,
- "base_subtotal_invoiced": 0,
- "base_subtotal_refunded": 0,
- "base_tax_amount": 0,
- "base_tax_canceled": 0,
- "base_tax_invoiced": 0,
- "base_tax_refunded": 0,
- "base_total_canceled": 0,
- "base_total_due": 0,
- "base_total_invoiced": 0,
- "base_total_invoiced_cost": 0,
- "base_total_offline_refunded": 0,
- "base_total_online_refunded": 0,
- "base_total_paid": 0,
- "base_total_qty_ordered": 0,
- "base_total_refunded": 0,
- "base_to_global_rate": 0,
- "base_to_order_rate": 0,
- "billing_address_id": 0,
- "can_ship_partially": 0,
- "can_ship_partially_item": 0,
- "coupon_code": "string",
- "created_at": "string",
- "customer_dob": "string",
- "customer_email": "string",
- "customer_firstname": "string",
- "customer_gender": 0,
- "customer_group_id": 0,
- "customer_id": 0,
- "customer_is_guest": 0,
- "customer_lastname": "string",
- "customer_middlename": "string",
- "customer_note": "string",
- "customer_note_notify": 0,
- "customer_prefix": "string",
- "customer_suffix": "string",
- "customer_taxvat": "string",
- "discount_amount": 0,
- "discount_canceled": 0,
- "discount_description": "string",
- "discount_invoiced": 0,
- "discount_refunded": 0,
- "edit_increment": 0,
- "email_sent": 0,
- "entity_id": 0,
- "ext_customer_id": "string",
- "ext_order_id": "string",
- "forced_shipment_with_invoice": 0,
- "global_currency_code": "string",
- "grand_total": 0,
- "discount_tax_compensation_amount": 0,
- "discount_tax_compensation_invoiced": 0,
- "discount_tax_compensation_refunded": 0,
- "hold_before_state": "string",
- "hold_before_status": "string",
- "increment_id": "string",
- "is_virtual": 0,
- "order_currency_code": "string",
- "original_increment_id": "string",
- "payment": {
- "po_number": "string",
- "method": "string",
- "additional_data": [
- "string"
], - "extension_attributes": {
- "agreement_ids": [
- "string"
]
}
}, - "payment_authorization_amount": 0,
- "payment_auth_expiration": 0,
- "protect_code": "string",
- "quote_address_id": 0,
- "quote_id": 0,
- "relation_child_id": "string",
- "relation_child_real_id": "string",
- "relation_parent_id": "string",
- "relation_parent_real_id": "string",
- "remote_ip": "string",
- "shipping_amount": 0,
- "shipping_canceled": 0,
- "shipping_description": "string",
- "shipping_discount_amount": 0,
- "shipping_discount_tax_compensation_amount": 0,
- "shipping_incl_tax": 0,
- "shipping_invoiced": 0,
- "shipping_refunded": 0,
- "shipping_tax_amount": 0,
- "shipping_tax_refunded": 0,
- "state": "string",
- "status": "string",
- "store_currency_code": "string",
- "store_id": 0,
- "store_name": "string",
- "store_to_base_rate": 0,
- "store_to_order_rate": 0,
- "subtotal": 0,
- "subtotal_canceled": 0,
- "subtotal_incl_tax": 0,
- "subtotal_invoiced": 0,
- "subtotal_refunded": 0,
- "tax_amount": 0,
- "tax_canceled": 0,
- "tax_invoiced": 0,
- "tax_refunded": 0,
- "total_canceled": 0,
- "total_due": 0,
- "total_invoiced": 0,
- "total_item_count": 0,
- "total_offline_refunded": 0,
- "total_online_refunded": 0,
- "total_paid": 0,
- "total_qty_ordered": 0,
- "total_refunded": 0,
- "updated_at": "string",
- "weight": 0,
- "x_forwarded_for": "string",
- "items": [
- {
- "additional_data": "string",
- "amount_refunded": 0,
- "applied_rule_ids": "string",
- "base_amount_refunded": 0,
- "base_cost": 0,
- "base_discount_amount": 0,
- "base_discount_invoiced": 0,
- "base_discount_refunded": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_discount_tax_compensation_invoiced": 0,
- "base_discount_tax_compensation_refunded": 0,
- "base_original_price": 0,
- "base_price": 0,
- "base_price_incl_tax": 0,
- "base_row_invoiced": 0,
- "base_row_total": 0,
- "base_row_total_incl_tax": 0,
- "base_tax_amount": 0,
- "base_tax_before_discount": 0,
- "base_tax_invoiced": 0,
- "base_tax_refunded": 0,
- "base_weee_tax_applied_amount": 0,
- "base_weee_tax_applied_row_amnt": 0,
- "base_weee_tax_disposition": 0,
- "base_weee_tax_row_disposition": 0,
- "created_at": "string",
- "description": "string",
- "discount_amount": 0,
- "discount_invoiced": 0,
- "discount_percent": 0,
- "discount_refunded": 0,
- "event_id": 0,
- "ext_order_item_id": "string",
- "free_shipping": 0,
- "gw_base_price": 0,
- "gw_base_price_invoiced": 0,
- "gw_base_price_refunded": 0,
- "gw_base_tax_amount": 0,
- "gw_base_tax_amount_invoiced": 0,
- "gw_base_tax_amount_refunded": 0,
- "gw_id": 0,
- "gw_price": 0,
- "gw_price_invoiced": 0,
- "gw_price_refunded": 0,
- "gw_tax_amount": 0,
- "gw_tax_amount_invoiced": 0,
- "gw_tax_amount_refunded": 0,
- "discount_tax_compensation_amount": 0,
- "discount_tax_compensation_canceled": 0,
- "discount_tax_compensation_invoiced": 0,
- "discount_tax_compensation_refunded": 0,
- "is_qty_decimal": 0,
- "is_virtual": 0,
- "item_id": 0,
- "locked_do_invoice": 0,
- "locked_do_ship": 0,
- "name": "string",
- "no_discount": 0,
- "order_id": 0,
- "original_price": 0,
- "parent_item_id": 0,
- "price": 0,
- "price_incl_tax": 0,
- "product_id": 0,
- "product_type": "string",
- "qty_backordered": 0,
- "qty_canceled": 0,
- "qty_invoiced": 0,
- "qty_ordered": 0,
- "qty_refunded": 0,
- "qty_returned": 0,
- "qty_shipped": 0,
- "quote_item_id": 0,
- "row_invoiced": 0,
- "row_total": 0,
- "row_total_incl_tax": 0,
- "row_weight": 0,
- "sku": "string",
- "store_id": 0,
- "tax_amount": 0,
- "tax_before_discount": 0,
- "tax_canceled": 0,
- "tax_invoiced": 0,
- "tax_percent": 0,
- "tax_refunded": 0,
- "updated_at": "string",
- "weee_tax_applied": "string",
- "weee_tax_applied_amount": 0,
- "weee_tax_applied_row_amount": 0,
- "weee_tax_disposition": 0,
- "weee_tax_row_disposition": 0,
- "weight": 0,
- "parent_item": { },
- "extension_attributes": {
- "source_stock_id": 0
}
}
], - "billing_address": {
- "address_type": "string",
- "city": "string",
- "company": "string",
- "country_id": "string",
- "customer_address_id": 0,
- "customer_id": 0,
- "email": "string",
- "entity_id": 0,
- "fax": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "parent_id": 0,
- "postcode": "string",
- "prefix": "string",
- "region": "string",
- "region_code": "string",
- "region_id": 0,
- "street": [
- "string"
], - "suffix": "string",
- "telephone": "string",
- "vat_id": "string",
- "vat_is_valid": 0,
- "vat_request_date": "string",
- "vat_request_id": "string",
- "vat_request_success": 0
}, - "extension_attributes": {
- "shipping_assignments": [
- {
- "shipping": {
- "address": {
- "address_type": null,
- "city": null,
- "company": null,
- "country_id": null,
- "customer_address_id": null,
- "customer_id": null,
- "email": null,
- "entity_id": null,
- "fax": null,
- "firstname": null,
- "lastname": null,
- "middlename": null,
- "parent_id": null,
- "postcode": null,
- "prefix": null,
- "region": null,
- "region_code": null,
- "region_id": null,
- "street": [ ],
- "suffix": null,
- "telephone": null,
- "vat_id": null,
- "vat_is_valid": null,
- "vat_request_date": null,
- "vat_request_id": null,
- "vat_request_success": null
}
}, - "extension_attributes": {
- "methods": [
- null
]
}
}
]
}
}
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
- "value": "string",
- "condition_type": "string"
}
]
}
], - "sort_orders": [
- {
- "field": "string",
- "direction": "string"
}
], - "page_size": 0,
- "current_page": 0
}, - "total_count": 0
}
Native API call to create an order.
required | object (sales-data-order-interface) Order interface. An order is a document that a web store issues to a customer. Magento generates a sales order that lists the product items, billing and shipping addresses, and shipping and payment methods. A corresponding external document, known as a purchase order, is emailed to the customer. |
200 Success.
401 Unauthorized
Unexpected error
{- "entity": {
- "adjustment_negative": 0,
- "adjustment_positive": 0,
- "applied_rule_ids": "string",
- "base_adjustment_negative": 0,
- "base_adjustment_positive": 0,
- "base_currency_code": "string",
- "base_discount_amount": 0,
- "base_discount_canceled": 0,
- "base_discount_invoiced": 0,
- "base_discount_refunded": 0,
- "base_grand_total": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_discount_tax_compensation_invoiced": 0,
- "base_discount_tax_compensation_refunded": 0,
- "base_shipping_amount": 0,
- "base_shipping_canceled": 0,
- "base_shipping_discount_amount": 0,
- "base_shipping_discount_tax_compensation_amnt": 0,
- "base_shipping_incl_tax": 0,
- "base_shipping_invoiced": 0,
- "base_shipping_refunded": 0,
- "base_shipping_tax_amount": 0,
- "base_shipping_tax_refunded": 0,
- "base_subtotal": 0,
- "base_subtotal_canceled": 0,
- "base_subtotal_incl_tax": 0,
- "base_subtotal_invoiced": 0,
- "base_subtotal_refunded": 0,
- "base_tax_amount": 0,
- "base_tax_canceled": 0,
- "base_tax_invoiced": 0,
- "base_tax_refunded": 0,
- "base_total_canceled": 0,
- "base_total_due": 0,
- "base_total_invoiced": 0,
- "base_total_invoiced_cost": 0,
- "base_total_offline_refunded": 0,
- "base_total_online_refunded": 0,
- "base_total_paid": 0,
- "base_total_qty_ordered": 0,
- "base_total_refunded": 0,
- "base_to_global_rate": 0,
- "base_to_order_rate": 0,
- "billing_address_id": 0,
- "can_ship_partially": 0,
- "can_ship_partially_item": 0,
- "coupon_code": "string",
- "created_at": "string",
- "customer_dob": "string",
- "customer_email": "string",
- "customer_firstname": "string",
- "customer_gender": 0,
- "customer_group_id": 0,
- "customer_id": 0,
- "customer_is_guest": 0,
- "customer_lastname": "string",
- "customer_middlename": "string",
- "customer_note": "string",
- "customer_note_notify": 0,
- "customer_prefix": "string",
- "customer_suffix": "string",
- "customer_taxvat": "string",
- "discount_amount": 0,
- "discount_canceled": 0,
- "discount_description": "string",
- "discount_invoiced": 0,
- "discount_refunded": 0,
- "edit_increment": 0,
- "email_sent": 0,
- "entity_id": 0,
- "ext_customer_id": "string",
- "ext_order_id": "string",
- "forced_shipment_with_invoice": 0,
- "global_currency_code": "string",
- "grand_total": 0,
- "discount_tax_compensation_amount": 0,
- "discount_tax_compensation_invoiced": 0,
- "discount_tax_compensation_refunded": 0,
- "hold_before_state": "string",
- "hold_before_status": "string",
- "increment_id": "string",
- "is_virtual": 0,
- "order_currency_code": "string",
- "original_increment_id": "string",
- "payment": {
- "po_number": "string",
- "method": "string",
- "additional_data": [
- "string"
], - "extension_attributes": {
- "agreement_ids": [
- "string"
]
}
}, - "payment_authorization_amount": 0,
- "payment_auth_expiration": 0,
- "protect_code": "string",
- "quote_address_id": 0,
- "quote_id": 0,
- "relation_child_id": "string",
- "relation_child_real_id": "string",
- "relation_parent_id": "string",
- "relation_parent_real_id": "string",
- "remote_ip": "string",
- "shipping_amount": 0,
- "shipping_canceled": 0,
- "shipping_description": "string",
- "shipping_discount_amount": 0,
- "shipping_discount_tax_compensation_amount": 0,
- "shipping_incl_tax": 0,
- "shipping_invoiced": 0,
- "shipping_refunded": 0,
- "shipping_tax_amount": 0,
- "shipping_tax_refunded": 0,
- "state": "string",
- "status": "string",
- "store_currency_code": "string",
- "store_id": 0,
- "store_name": "string",
- "store_to_base_rate": 0,
- "store_to_order_rate": 0,
- "subtotal": 0,
- "subtotal_canceled": 0,
- "subtotal_incl_tax": 0,
- "subtotal_invoiced": 0,
- "subtotal_refunded": 0,
- "tax_amount": 0,
- "tax_canceled": 0,
- "tax_invoiced": 0,
- "tax_refunded": 0,
- "total_canceled": 0,
- "total_due": 0,
- "total_invoiced": 0,
- "total_item_count": 0,
- "total_offline_refunded": 0,
- "total_online_refunded": 0,
- "total_paid": 0,
- "total_qty_ordered": 0,
- "total_refunded": 0,
- "updated_at": "string",
- "weight": 0,
- "x_forwarded_for": "string",
- "items": [
- {
- "additional_data": "string",
- "amount_refunded": 0,
- "applied_rule_ids": "string",
- "base_amount_refunded": 0,
- "base_cost": 0,
- "base_discount_amount": 0,
- "base_discount_invoiced": 0,
- "base_discount_refunded": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_discount_tax_compensation_invoiced": 0,
- "base_discount_tax_compensation_refunded": 0,
- "base_original_price": 0,
- "base_price": 0,
- "base_price_incl_tax": 0,
- "base_row_invoiced": 0,
- "base_row_total": 0,
- "base_row_total_incl_tax": 0,
- "base_tax_amount": 0,
- "base_tax_before_discount": 0,
- "base_tax_invoiced": 0,
- "base_tax_refunded": 0,
- "base_weee_tax_applied_amount": 0,
- "base_weee_tax_applied_row_amnt": 0,
- "base_weee_tax_disposition": 0,
- "base_weee_tax_row_disposition": 0,
- "created_at": "string",
- "description": "string",
- "discount_amount": 0,
- "discount_invoiced": 0,
- "discount_percent": 0,
- "discount_refunded": 0,
- "event_id": 0,
- "ext_order_item_id": "string",
- "free_shipping": 0,
- "gw_base_price": 0,
- "gw_base_price_invoiced": 0,
- "gw_base_price_refunded": 0,
- "gw_base_tax_amount": 0,
- "gw_base_tax_amount_invoiced": 0,
- "gw_base_tax_amount_refunded": 0,
- "gw_id": 0,
- "gw_price": 0,
- "gw_price_invoiced": 0,
- "gw_price_refunded": 0,
- "gw_tax_amount": 0,
- "gw_tax_amount_invoiced": 0,
- "gw_tax_amount_refunded": 0,
- "discount_tax_compensation_amount": 0,
- "discount_tax_compensation_canceled": 0,
- "discount_tax_compensation_invoiced": 0,
- "discount_tax_compensation_refunded": 0,
- "is_qty_decimal": 0,
- "is_virtual": 0,
- "item_id": 0,
- "locked_do_invoice": 0,
- "locked_do_ship": 0,
- "name": "string",
- "no_discount": 0,
- "order_id": 0,
- "original_price": 0,
- "parent_item_id": 0,
- "price": 0,
- "price_incl_tax": 0,
- "product_id": 0,
- "product_type": "string",
- "qty_backordered": 0,
- "qty_canceled": 0,
- "qty_invoiced": 0,
- "qty_ordered": 0,
- "qty_refunded": 0,
- "qty_returned": 0,
- "qty_shipped": 0,
- "quote_item_id": 0,
- "row_invoiced": 0,
- "row_total": 0,
- "row_total_incl_tax": 0,
- "row_weight": 0,
- "sku": "string",
- "store_id": 0,
- "tax_amount": 0,
- "tax_before_discount": 0,
- "tax_canceled": 0,
- "tax_invoiced": 0,
- "tax_percent": 0,
- "tax_refunded": 0,
- "updated_at": "string",
- "weee_tax_applied": "string",
- "weee_tax_applied_amount": 0,
- "weee_tax_applied_row_amount": 0,
- "weee_tax_disposition": 0,
- "weee_tax_row_disposition": 0,
- "weight": 0,
- "parent_item": { },
- "extension_attributes": {
- "source_stock_id": 0
}
}
], - "billing_address": {
- "address_type": "string",
- "city": "string",
- "company": "string",
- "country_id": "string",
- "customer_address_id": 0,
- "customer_id": 0,
- "email": "string",
- "entity_id": 0,
- "fax": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "parent_id": 0,
- "postcode": "string",
- "prefix": "string",
- "region": "string",
- "region_code": "string",
- "region_id": 0,
- "street": [
- "string"
], - "suffix": "string",
- "telephone": "string",
- "vat_id": "string",
- "vat_is_valid": 0,
- "vat_request_date": "string",
- "vat_request_id": "string",
- "vat_request_success": 0
}, - "extension_attributes": {
- "shipping_assignments": [
- {
- "shipping": {
- "address": {
- "address_type": "string",
- "city": "string",
- "company": "string",
- "country_id": "string",
- "customer_address_id": 0,
- "customer_id": 0,
- "email": "string",
- "entity_id": 0,
- "fax": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "parent_id": 0,
- "postcode": "string",
- "prefix": "string",
- "region": "string",
- "region_code": "string",
- "region_id": 0,
- "street": [
- null
], - "suffix": "string",
- "telephone": "string",
- "vat_id": "string",
- "vat_is_valid": 0,
- "vat_request_date": "string",
- "vat_request_id": "string",
- "vat_request_success": 0
}
}, - "extension_attributes": {
- "methods": [
- {
- "source_stock_id": null,
- "method_code": null
}
]
}
}
]
}
}
}
{- "adjustment_negative": 0,
- "adjustment_positive": 0,
- "applied_rule_ids": "string",
- "base_adjustment_negative": 0,
- "base_adjustment_positive": 0,
- "base_currency_code": "string",
- "base_discount_amount": 0,
- "base_discount_canceled": 0,
- "base_discount_invoiced": 0,
- "base_discount_refunded": 0,
- "base_grand_total": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_discount_tax_compensation_invoiced": 0,
- "base_discount_tax_compensation_refunded": 0,
- "base_shipping_amount": 0,
- "base_shipping_canceled": 0,
- "base_shipping_discount_amount": 0,
- "base_shipping_discount_tax_compensation_amnt": 0,
- "base_shipping_incl_tax": 0,
- "base_shipping_invoiced": 0,
- "base_shipping_refunded": 0,
- "base_shipping_tax_amount": 0,
- "base_shipping_tax_refunded": 0,
- "base_subtotal": 0,
- "base_subtotal_canceled": 0,
- "base_subtotal_incl_tax": 0,
- "base_subtotal_invoiced": 0,
- "base_subtotal_refunded": 0,
- "base_tax_amount": 0,
- "base_tax_canceled": 0,
- "base_tax_invoiced": 0,
- "base_tax_refunded": 0,
- "base_total_canceled": 0,
- "base_total_due": 0,
- "base_total_invoiced": 0,
- "base_total_invoiced_cost": 0,
- "base_total_offline_refunded": 0,
- "base_total_online_refunded": 0,
- "base_total_paid": 0,
- "base_total_qty_ordered": 0,
- "base_total_refunded": 0,
- "base_to_global_rate": 0,
- "base_to_order_rate": 0,
- "billing_address_id": 0,
- "can_ship_partially": 0,
- "can_ship_partially_item": 0,
- "coupon_code": "string",
- "created_at": "string",
- "customer_dob": "string",
- "customer_email": "string",
- "customer_firstname": "string",
- "customer_gender": 0,
- "customer_group_id": 0,
- "customer_id": 0,
- "customer_is_guest": 0,
- "customer_lastname": "string",
- "customer_middlename": "string",
- "customer_note": "string",
- "customer_note_notify": 0,
- "customer_prefix": "string",
- "customer_suffix": "string",
- "customer_taxvat": "string",
- "discount_amount": 0,
- "discount_canceled": 0,
- "discount_description": "string",
- "discount_invoiced": 0,
- "discount_refunded": 0,
- "edit_increment": 0,
- "email_sent": 0,
- "entity_id": 0,
- "ext_customer_id": "string",
- "ext_order_id": "string",
- "forced_shipment_with_invoice": 0,
- "global_currency_code": "string",
- "grand_total": 0,
- "discount_tax_compensation_amount": 0,
- "discount_tax_compensation_invoiced": 0,
- "discount_tax_compensation_refunded": 0,
- "hold_before_state": "string",
- "hold_before_status": "string",
- "increment_id": "string",
- "is_virtual": 0,
- "order_currency_code": "string",
- "original_increment_id": "string",
- "payment": {
- "po_number": "string",
- "method": "string",
- "additional_data": [
- "string"
], - "extension_attributes": {
- "agreement_ids": [
- "string"
]
}
}, - "payment_authorization_amount": 0,
- "payment_auth_expiration": 0,
- "protect_code": "string",
- "quote_address_id": 0,
- "quote_id": 0,
- "relation_child_id": "string",
- "relation_child_real_id": "string",
- "relation_parent_id": "string",
- "relation_parent_real_id": "string",
- "remote_ip": "string",
- "shipping_amount": 0,
- "shipping_canceled": 0,
- "shipping_description": "string",
- "shipping_discount_amount": 0,
- "shipping_discount_tax_compensation_amount": 0,
- "shipping_incl_tax": 0,
- "shipping_invoiced": 0,
- "shipping_refunded": 0,
- "shipping_tax_amount": 0,
- "shipping_tax_refunded": 0,
- "state": "string",
- "status": "string",
- "store_currency_code": "string",
- "store_id": 0,
- "store_name": "string",
- "store_to_base_rate": 0,
- "store_to_order_rate": 0,
- "subtotal": 0,
- "subtotal_canceled": 0,
- "subtotal_incl_tax": 0,
- "subtotal_invoiced": 0,
- "subtotal_refunded": 0,
- "tax_amount": 0,
- "tax_canceled": 0,
- "tax_invoiced": 0,
- "tax_refunded": 0,
- "total_canceled": 0,
- "total_due": 0,
- "total_invoiced": 0,
- "total_item_count": 0,
- "total_offline_refunded": 0,
- "total_online_refunded": 0,
- "total_paid": 0,
- "total_qty_ordered": 0,
- "total_refunded": 0,
- "updated_at": "string",
- "weight": 0,
- "x_forwarded_for": "string",
- "items": [
- {
- "additional_data": "string",
- "amount_refunded": 0,
- "applied_rule_ids": "string",
- "base_amount_refunded": 0,
- "base_cost": 0,
- "base_discount_amount": 0,
- "base_discount_invoiced": 0,
- "base_discount_refunded": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_discount_tax_compensation_invoiced": 0,
- "base_discount_tax_compensation_refunded": 0,
- "base_original_price": 0,
- "base_price": 0,
- "base_price_incl_tax": 0,
- "base_row_invoiced": 0,
- "base_row_total": 0,
- "base_row_total_incl_tax": 0,
- "base_tax_amount": 0,
- "base_tax_before_discount": 0,
- "base_tax_invoiced": 0,
- "base_tax_refunded": 0,
- "base_weee_tax_applied_amount": 0,
- "base_weee_tax_applied_row_amnt": 0,
- "base_weee_tax_disposition": 0,
- "base_weee_tax_row_disposition": 0,
- "created_at": "string",
- "description": "string",
- "discount_amount": 0,
- "discount_invoiced": 0,
- "discount_percent": 0,
- "discount_refunded": 0,
- "event_id": 0,
- "ext_order_item_id": "string",
- "free_shipping": 0,
- "gw_base_price": 0,
- "gw_base_price_invoiced": 0,
- "gw_base_price_refunded": 0,
- "gw_base_tax_amount": 0,
- "gw_base_tax_amount_invoiced": 0,
- "gw_base_tax_amount_refunded": 0,
- "gw_id": 0,
- "gw_price": 0,
- "gw_price_invoiced": 0,
- "gw_price_refunded": 0,
- "gw_tax_amount": 0,
- "gw_tax_amount_invoiced": 0,
- "gw_tax_amount_refunded": 0,
- "discount_tax_compensation_amount": 0,
- "discount_tax_compensation_canceled": 0,
- "discount_tax_compensation_invoiced": 0,
- "discount_tax_compensation_refunded": 0,
- "is_qty_decimal": 0,
- "is_virtual": 0,
- "item_id": 0,
- "locked_do_invoice": 0,
- "locked_do_ship": 0,
- "name": "string",
- "no_discount": 0,
- "order_id": 0,
- "original_price": 0,
- "parent_item_id": 0,
- "price": 0,
- "price_incl_tax": 0,
- "product_id": 0,
- "product_type": "string",
- "qty_backordered": 0,
- "qty_canceled": 0,
- "qty_invoiced": 0,
- "qty_ordered": 0,
- "qty_refunded": 0,
- "qty_returned": 0,
- "qty_shipped": 0,
- "quote_item_id": 0,
- "row_invoiced": 0,
- "row_total": 0,
- "row_total_incl_tax": 0,
- "row_weight": 0,
- "sku": "string",
- "store_id": 0,
- "tax_amount": 0,
- "tax_before_discount": 0,
- "tax_canceled": 0,
- "tax_invoiced": 0,
- "tax_percent": 0,
- "tax_refunded": 0,
- "updated_at": "string",
- "weee_tax_applied": "string",
- "weee_tax_applied_amount": 0,
- "weee_tax_applied_row_amount": 0,
- "weee_tax_disposition": 0,
- "weee_tax_row_disposition": 0,
- "weight": 0,
- "parent_item": { },
- "extension_attributes": {
- "source_stock_id": 0
}
}
], - "billing_address": {
- "address_type": "string",
- "city": "string",
- "company": "string",
- "country_id": "string",
- "customer_address_id": 0,
- "customer_id": 0,
- "email": "string",
- "entity_id": 0,
- "fax": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "parent_id": 0,
- "postcode": "string",
- "prefix": "string",
- "region": "string",
- "region_code": "string",
- "region_id": 0,
- "street": [
- "string"
], - "suffix": "string",
- "telephone": "string",
- "vat_id": "string",
- "vat_is_valid": 0,
- "vat_request_date": "string",
- "vat_request_id": "string",
- "vat_request_success": 0
}, - "extension_attributes": {
- "shipping_assignments": [
- {
- "shipping": {
- "address": {
- "address_type": "string",
- "city": "string",
- "company": "string",
- "country_id": "string",
- "customer_address_id": 0,
- "customer_id": 0,
- "email": "string",
- "entity_id": 0,
- "fax": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "parent_id": 0,
- "postcode": "string",
- "prefix": "string",
- "region": "string",
- "region_code": "string",
- "region_id": 0,
- "street": [
- "string"
], - "suffix": "string",
- "telephone": "string",
- "vat_id": "string",
- "vat_is_valid": 0,
- "vat_request_date": "string",
- "vat_request_id": "string",
- "vat_request_success": 0
}
}, - "extension_attributes": {
- "methods": [
- {
- "source_stock_id": 0,
- "method_code": "string"
}
]
}
}
]
}
}
Get a list of items ordered on the marketplace by Vendor.
200 Success.
Loads a specified shipment.
200 Success.
401 Unauthorized
Unexpected error
{- "billing_address_id": 0,
- "created_at": "string",
- "customer_id": 0,
- "email_sent": 0,
- "entity_id": 0,
- "increment_id": "string",
- "order_id": 0,
- "packages": [
- {
- "extension_attributes": { }
}
], - "shipment_status": 0,
- "shipping_address_id": 0,
- "shipping_label": "string",
- "store_id": 0,
- "total_qty": 0,
- "total_weight": 0,
- "updated_at": "string",
- "items": [
- {
- "additional_data": "string",
- "description": "string",
- "entity_id": 0,
- "name": "string",
- "parent_id": 0,
- "price": 0,
- "product_id": 0,
- "row_total": 0,
- "sku": "string",
- "weight": 0,
- "extension_attributes": { },
- "order_item_id": 0,
- "qty": 0
}
], - "tracks": [
- {
- "order_id": 0,
- "created_at": "string",
- "entity_id": 0,
- "parent_id": 0,
- "updated_at": "string",
- "weight": 0,
- "qty": 0,
- "description": "string",
- "extension_attributes": { },
- "track_number": "string",
- "title": "string",
- "carrier_code": "string"
}
], - "comments": [
- {
- "is_customer_notified": 0,
- "parent_id": 0,
- "extension_attributes": { },
- "comment": "string",
- "is_visible_on_front": 0,
- "created_at": "string",
- "entity_id": 0
}
], - "extension_attributes": {
- "ext_shipment_id": "string",
- "ext_return_shipment_id": "string",
- "ext_location_id": "string",
- "ext_tracking_url": "string",
- "ext_tracking_reference": "string"
}
}
Lists shipments that match specified search criteria. This call returns an array of objects
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "billing_address_id": 0,
- "created_at": "string",
- "customer_id": 0,
- "email_sent": 0,
- "entity_id": 0,
- "increment_id": "string",
- "order_id": 0,
- "packages": [
- {
- "extension_attributes": { }
}
], - "shipment_status": 0,
- "shipping_address_id": 0,
- "shipping_label": "string",
- "store_id": 0,
- "total_qty": 0,
- "total_weight": 0,
- "updated_at": "string",
- "items": [
- {
- "additional_data": "string",
- "description": "string",
- "entity_id": 0,
- "name": "string",
- "parent_id": 0,
- "price": 0,
- "product_id": 0,
- "row_total": 0,
- "sku": "string",
- "weight": 0,
- "extension_attributes": { },
- "order_item_id": 0,
- "qty": 0
}
], - "tracks": [
- {
- "order_id": 0,
- "created_at": "string",
- "entity_id": 0,
- "parent_id": 0,
- "updated_at": "string",
- "weight": 0,
- "qty": 0,
- "description": "string",
- "extension_attributes": { },
- "track_number": "string",
- "title": "string",
- "carrier_code": "string"
}
], - "comments": [
- {
- "is_customer_notified": 0,
- "parent_id": 0,
- "extension_attributes": { },
- "comment": "string",
- "is_visible_on_front": 0,
- "created_at": "string",
- "entity_id": 0
}
], - "extension_attributes": {
- "ext_shipment_id": "string",
- "ext_return_shipment_id": "string",
- "ext_location_id": "string",
- "ext_tracking_url": "string",
- "ext_tracking_reference": "string"
}
}
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
- "value": "string",
- "condition_type": "string"
}
]
}
], - "sort_orders": [
- {
- "field": "string",
- "direction": "string"
}
], - "page_size": 0,
- "current_page": 0
}, - "total_count": 0
}
Native API call to create an shipment.
required | object (sales-data-shipment-interface) Shipment interface. A shipment is a delivery package that contains products. A shipment document accompanies the shipment. This document lists the products and their quantities in the delivery package. |
200 Success.
401 Unauthorized
Unexpected error
{- "entity": {
- "billing_address_id": 0,
- "created_at": "string",
- "customer_id": 0,
- "email_sent": 0,
- "entity_id": 0,
- "increment_id": "string",
- "order_id": 0,
- "packages": [
- {
- "extension_attributes": { }
}
], - "shipment_status": 0,
- "shipping_address_id": 0,
- "shipping_label": "string",
- "store_id": 0,
- "total_qty": 0,
- "total_weight": 0,
- "updated_at": "string",
- "items": [
- {
- "additional_data": "string",
- "description": "string",
- "entity_id": 0,
- "name": "string",
- "parent_id": 0,
- "price": 0,
- "product_id": 0,
- "row_total": 0,
- "sku": "string",
- "weight": 0,
- "extension_attributes": { },
- "order_item_id": 0,
- "qty": 0
}
], - "tracks": [
- {
- "order_id": 0,
- "created_at": "string",
- "entity_id": 0,
- "parent_id": 0,
- "updated_at": "string",
- "weight": 0,
- "qty": 0,
- "description": "string",
- "extension_attributes": { },
- "track_number": "string",
- "title": "string",
- "carrier_code": "string"
}
], - "comments": [
- {
- "is_customer_notified": 0,
- "parent_id": 0,
- "extension_attributes": { },
- "comment": "string",
- "is_visible_on_front": 0,
- "created_at": "string",
- "entity_id": 0
}
], - "extension_attributes": {
- "ext_shipment_id": "string",
- "ext_return_shipment_id": "string",
- "ext_location_id": "string",
- "ext_tracking_url": "string",
- "ext_tracking_reference": "string"
}
}
}
{- "billing_address_id": 0,
- "created_at": "string",
- "customer_id": 0,
- "email_sent": 0,
- "entity_id": 0,
- "increment_id": "string",
- "order_id": 0,
- "packages": [
- {
- "extension_attributes": { }
}
], - "shipment_status": 0,
- "shipping_address_id": 0,
- "shipping_label": "string",
- "store_id": 0,
- "total_qty": 0,
- "total_weight": 0,
- "updated_at": "string",
- "items": [
- {
- "additional_data": "string",
- "description": "string",
- "entity_id": 0,
- "name": "string",
- "parent_id": 0,
- "price": 0,
- "product_id": 0,
- "row_total": 0,
- "sku": "string",
- "weight": 0,
- "extension_attributes": { },
- "order_item_id": 0,
- "qty": 0
}
], - "tracks": [
- {
- "order_id": 0,
- "created_at": "string",
- "entity_id": 0,
- "parent_id": 0,
- "updated_at": "string",
- "weight": 0,
- "qty": 0,
- "description": "string",
- "extension_attributes": { },
- "track_number": "string",
- "title": "string",
- "carrier_code": "string"
}
], - "comments": [
- {
- "is_customer_notified": 0,
- "parent_id": 0,
- "extension_attributes": { },
- "comment": "string",
- "is_visible_on_front": 0,
- "created_at": "string",
- "entity_id": 0
}
], - "extension_attributes": {
- "ext_shipment_id": "string",
- "ext_return_shipment_id": "string",
- "ext_location_id": "string",
- "ext_tracking_url": "string",
- "ext_tracking_reference": "string"
}
}