Point metafield
Ce contenu n’est pas encore disponible dans votre langue.
Pickup Points details are saved to Order metafields. You can use the Shopify API to query and integrate in your other applications.
Defition
Section titled “Defition”{ namespace: "Globe", key: "PickupPoint", name: "Pickup Point", description: "Globe Pickup Points", ownerType: "ORDER", type: "json"}Metafield data
Section titled “Metafield data”You can query the order metafields to fetch pickup point data.
{ "id": "22064", "name": "Prague, Narodni 40 (Electronic centrum)", "place": "Electronic Centrum", "address": "Narodni 40, Prague, 11102", "addressObject": { "place": "Electronic Centrum", "street": "Narodni 40", "city": "Prague", "zip": "111 02", "country": "cz" }, "latitude": 50.08156, "longitude": 15.41637, "openingHours": { "monday": "08:00–12:00, 13:00–16:00", "tuesday": "08:00–12:00, 13:00–16:00", "wednesday": "08:00–12:00", "thursday": "08:00–12:00, 13:00–16:00", "friday": "08:00–12:00, 13:00–16:00", "saturday": "", "sunday": "" }, "provider": "packeta"}