{ "opencollection": "1.0.0", "info": { "name": "Shopify Admin REST About Associated API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Shopify-Access-Token", "value": "{{X-Shopify-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Associated", "type": "folder" }, "items": [ { "info": { "name": "Shopify Retrieves A List Of Access Scopes Associated To The Access Token", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/oauth/access_scopes.json" }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/access/accessscope#index-2020-10" }, { "info": { "name": "Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/users/current.json" }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/plus/user#current-2020-01" }, { "info": { "name": "Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/users/current.json" }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/plus/user#current-2020-04" }, { "info": { "name": "Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/users/current.json" }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/plus/user#current-2020-07" }, { "info": { "name": "Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/users/current.json" }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/plus/user#current-2020-10" }, { "info": { "name": "Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/users/current.json" }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/plus/user#current-2021-01" }, { "info": { "name": "Shopify Retrieves Information About The User Account Associated With The Access Token Used To Make This Api Request", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/users/current.json" }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/plus/user#current-unstable" }, { "info": { "name": "Shopify Retrieves Fulfillments Associated With An Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/orders/:order_id/fulfillments.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "created_at_max", "value": "", "type": "query", "description": "Show fulfillments created before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "created_at_min", "value": "", "type": "query", "description": "Show fulfillments created after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." }, { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of results.\n (default: 50, maximum: 250)" }, { "name": "since_id", "value": "", "type": "query", "description": "Restrict results to after the specified ID." }, { "name": "updated_at_max", "value": "", "type": "query", "description": "Show fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_min", "value": "", "type": "query", "description": "Show fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00)." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#index-2020-01" }, { "info": { "name": "Shopify Retrieves Fulfillments Associated With A Fulfillment Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/fulfillment_orders/:fulfillment_order_id/fulfillments.json", "params": [ { "name": "fulfillment_order_id", "value": "", "type": "path", "description": "fulfillment_order_id" }, { "name": "fulfillment_order_id", "value": "", "type": "query", "description": "The ID of the fulfillment order that is associated with the fulfillments." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#indexV2-2020-01" }, { "info": { "name": "Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/orders/:order_id/fulfillments/count.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "created_at_min", "value": "", "type": "query", "description": "Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "created_at_max", "value": "", "type": "query", "description": "Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_min", "value": "", "type": "query", "description": "Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_max", "value": "", "type": "query", "description": "Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00)." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#count-2020-01" }, { "info": { "name": "Shopify Update Information Associated With A Fulfillment", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/orders/:order_id/fulfillments/:fulfillment_id.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "fulfillment_id", "value": "", "type": "path", "description": "fulfillment_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#update-2020-01" }, { "info": { "name": "Shopify Retrieves Fulfillments Associated With An Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/orders/:order_id/fulfillments.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "created_at_max", "value": "", "type": "query", "description": "Show fulfillments created before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "created_at_min", "value": "", "type": "query", "description": "Show fulfillments created after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." }, { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of results.\n (default: 50, maximum: 250)" }, { "name": "since_id", "value": "", "type": "query", "description": "Restrict results to after the specified ID." }, { "name": "updated_at_max", "value": "", "type": "query", "description": "Show fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_min", "value": "", "type": "query", "description": "Show fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00)." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#index-2020-04" }, { "info": { "name": "Shopify Retrieves Fulfillments Associated With A Fulfillment Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/fulfillment_orders/:fulfillment_order_id/fulfillments.json", "params": [ { "name": "fulfillment_order_id", "value": "", "type": "path", "description": "fulfillment_order_id" }, { "name": "fulfillment_order_id", "value": "", "type": "query", "description": "The ID of the fulfillment order that is associated with the fulfillments." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#indexV2-2020-04" }, { "info": { "name": "Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/orders/:order_id/fulfillments/count.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "created_at_min", "value": "", "type": "query", "description": "Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "created_at_max", "value": "", "type": "query", "description": "Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_min", "value": "", "type": "query", "description": "Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_max", "value": "", "type": "query", "description": "Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00)." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#count-2020-04" }, { "info": { "name": "Shopify Update Information Associated With A Fulfillment", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/orders/:order_id/fulfillments/:fulfillment_id.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "fulfillment_id", "value": "", "type": "path", "description": "fulfillment_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#update-2020-04" }, { "info": { "name": "Shopify Retrieves Fulfillments Associated With An Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/orders/:order_id/fulfillments.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "created_at_max", "value": "", "type": "query", "description": "Show fulfillments created before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "created_at_min", "value": "", "type": "query", "description": "Show fulfillments created after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." }, { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of results.\n (default: 50, maximum: 250)" }, { "name": "since_id", "value": "", "type": "query", "description": "Restrict results to after the specified ID." }, { "name": "updated_at_max", "value": "", "type": "query", "description": "Show fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_min", "value": "", "type": "query", "description": "Show fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00)." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#index-2020-07" }, { "info": { "name": "Shopify Retrieves Fulfillments Associated With A Fulfillment Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/fulfillment_orders/:fulfillment_order_id/fulfillments.json", "params": [ { "name": "fulfillment_order_id", "value": "", "type": "path", "description": "fulfillment_order_id" }, { "name": "fulfillment_order_id", "value": "", "type": "query", "description": "The ID of the fulfillment order that is associated with the fulfillments." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#indexV2-2020-07" }, { "info": { "name": "Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/orders/:order_id/fulfillments/count.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "created_at_min", "value": "", "type": "query", "description": "Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "created_at_max", "value": "", "type": "query", "description": "Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_min", "value": "", "type": "query", "description": "Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_max", "value": "", "type": "query", "description": "Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00)." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#count-2020-07" }, { "info": { "name": "Shopify Update Information Associated With A Fulfillment", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/orders/:order_id/fulfillments/:fulfillment_id.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "fulfillment_id", "value": "", "type": "path", "description": "fulfillment_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#update-2020-07" }, { "info": { "name": "Shopify Retrieves Fulfillments Associated With An Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/orders/:order_id/fulfillments.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "created_at_max", "value": "", "type": "query", "description": "Show fulfillments created before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "created_at_min", "value": "", "type": "query", "description": "Show fulfillments created after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." }, { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of results.\n (default: 50, maximum: 250)" }, { "name": "since_id", "value": "", "type": "query", "description": "Restrict results to after the specified ID." }, { "name": "updated_at_max", "value": "", "type": "query", "description": "Show fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_min", "value": "", "type": "query", "description": "Show fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00)." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#index-2020-10" }, { "info": { "name": "Shopify Retrieves Fulfillments Associated With A Fulfillment Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/fulfillment_orders/:fulfillment_order_id/fulfillments.json", "params": [ { "name": "fulfillment_order_id", "value": "", "type": "path", "description": "fulfillment_order_id" }, { "name": "fulfillment_order_id", "value": "", "type": "query", "description": "The ID of the fulfillment order that is associated with the fulfillments." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#indexV2-2020-10" }, { "info": { "name": "Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/orders/:order_id/fulfillments/count.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "created_at_min", "value": "", "type": "query", "description": "Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "created_at_max", "value": "", "type": "query", "description": "Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_min", "value": "", "type": "query", "description": "Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_max", "value": "", "type": "query", "description": "Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00)." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#count-2020-10" }, { "info": { "name": "Shopify Update Information Associated With A Fulfillment", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/orders/:order_id/fulfillments/:fulfillment_id.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "fulfillment_id", "value": "", "type": "path", "description": "fulfillment_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#update-2020-10" }, { "info": { "name": "Shopify Retrieves Fulfillments Associated With An Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/orders/:order_id/fulfillments.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "created_at_max", "value": "", "type": "query", "description": "Show fulfillments created before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "created_at_min", "value": "", "type": "query", "description": "Show fulfillments created after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." }, { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of results.\n (default: 50, maximum: 250)" }, { "name": "since_id", "value": "", "type": "query", "description": "Restrict results to after the specified ID." }, { "name": "updated_at_max", "value": "", "type": "query", "description": "Show fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_min", "value": "", "type": "query", "description": "Show fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00)." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#index-2021-01" }, { "info": { "name": "Shopify Retrieves Fulfillments Associated With A Fulfillment Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/fulfillment_orders/:fulfillment_order_id/fulfillments.json", "params": [ { "name": "fulfillment_order_id", "value": "", "type": "path", "description": "fulfillment_order_id" }, { "name": "fulfillment_order_id", "value": "", "type": "query", "description": "The ID of the fulfillment order that is associated with the fulfillments." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#indexV2-2021-01" }, { "info": { "name": "Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/orders/:order_id/fulfillments/count.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "created_at_min", "value": "", "type": "query", "description": "Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "created_at_max", "value": "", "type": "query", "description": "Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_min", "value": "", "type": "query", "description": "Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_max", "value": "", "type": "query", "description": "Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00)." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#count-2021-01" }, { "info": { "name": "Shopify Update Information Associated With A Fulfillment", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/orders/:order_id/fulfillments/:fulfillment_id.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "fulfillment_id", "value": "", "type": "path", "description": "fulfillment_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#update-2021-01" }, { "info": { "name": "Shopify Retrieves Fulfillments Associated With An Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/orders/:order_id/fulfillments.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "created_at_max", "value": "", "type": "query", "description": "Show fulfillments created before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "created_at_min", "value": "", "type": "query", "description": "Show fulfillments created after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "fields", "value": "", "type": "query", "description": "A comma-separated list of fields to include in the response." }, { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of results.\n (default: 50, maximum: 250)" }, { "name": "since_id", "value": "", "type": "query", "description": "Restrict results to after the specified ID." }, { "name": "updated_at_max", "value": "", "type": "query", "description": "Show fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_min", "value": "", "type": "query", "description": "Show fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00)." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#index-unstable" }, { "info": { "name": "Shopify Retrieves Fulfillments Associated With A Fulfillment Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/fulfillment_orders/:fulfillment_order_id/fulfillments.json", "params": [ { "name": "fulfillment_order_id", "value": "", "type": "path", "description": "fulfillment_order_id" }, { "name": "fulfillment_order_id", "value": "", "type": "query", "description": "The ID of the fulfillment order that is associated with the fulfillments." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#indexV2-unstable" }, { "info": { "name": "Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/orders/:order_id/fulfillments/count.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "created_at_min", "value": "", "type": "query", "description": "Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "created_at_max", "value": "", "type": "query", "description": "Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_min", "value": "", "type": "query", "description": "Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00)." }, { "name": "updated_at_max", "value": "", "type": "query", "description": "Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00)." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#count-unstable" }, { "info": { "name": "Shopify Update Information Associated With A Fulfillment", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/orders/:order_id/fulfillments/:fulfillment_id.json", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "order_id" }, { "name": "fulfillment_id", "value": "", "type": "path", "description": "fulfillment_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillment#update-unstable" } ] } ], "bundled": true }